Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp1186 LLVMSetSection(G, LLVMGetSection(Cur)); in clone_symbols()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h2273 void LLVMSetSection(LLVMValueRef Global, const char *Section);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1053 LLVMSetSection(Global, String_val(Section)); in llvm_set_section()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp1934 void LLVMSetSection(LLVMValueRef Global, const char *Section) { in LLVMSetSection() function