Home
last modified time | relevance | path

Searched refs:LLVMGetSection (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp1178 LLVMSetSection(G, LLVMGetSection(Cur)); in clone_symbols()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h2230 const char *LLVMGetSection(LLVMValueRef Global);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1080 return caml_copy_string(LLVMGetSection(Global)); in llvm_section()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1030 func (v Value) Section() string { return C.GoString(C.LLVMGetSection(v.C)) }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp1973 const char *LLVMGetSection(LLVMValueRef Global) { in LLVMGetSection() function