llvm-ir 0.11.3

LLVM IR in natural Rust data structures
Documentation
1
2
3
4
5
6
7
@strstr = alias ptr (ptr, ptr), ptr @__libc_strstr

@__libc_strstr = ifunc ptr (ptr, ptr), ptr @__libc_strstr_ifunc

define internal ptr @__libc_strstr_ifunc() {
  ret ptr null
}