Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp1184 LLVMSetSection(G, LLVMGetSection(Cur)); in clone_symbols()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h2263 void LLVMSetSection(LLVMValueRef Global, const char *Section);
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1059 LLVMSetSection(Global, String_val(Section)); in llvm_set_section()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1000 C.LLVMSetSection(v.C, cstr)
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp1946 void LLVMSetSection(LLVMValueRef Global, const char *Section) { in LLVMSetSection() function