Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Decho.cpp1186 LLVMSetSection(G, LLVMGetSection(Cur)); in clone_symbols()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h2272 const char *LLVMGetSection(LLVMValueRef Global);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1048 return caml_copy_string(LLVMGetSection(Global)); in llvm_section()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp1928 const char *LLVMGetSection(LLVMValueRef Global) { in LLVMGetSection() function