Home
last modified time | relevance | path

Searched refs:LLVMGetSection (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.h2262 const char *LLVMGetSection(LLVMValueRef Global);
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1054 return caml_copy_string(LLVMGetSection(Global)); in llvm_section()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go996 func (v Value) Section() string { return C.GoString(C.LLVMGetSection(v.C)) }
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp1940 const char *LLVMGetSection(LLVMValueRef Global) { in LLVMGetSection() function