Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-c-test/
Decho.cpp864 LLVMSetSection(G, LLVMGetSection(Cur)); in clone_symbols()
/external/llvm-project/llvm/tools/llvm-c-test/
Decho.cpp1174 LLVMSetSection(G, LLVMGetSection(Cur)); in clone_symbols()
/external/llvm/include/llvm-c/
DCore.h1840 const char *LLVMGetSection(LLVMValueRef Global);
/external/llvm-project/llvm/include/llvm-c/
DCore.h2211 const char *LLVMGetSection(LLVMValueRef Global);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h2174 const char *LLVMGetSection(LLVMValueRef Global);
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1121 return caml_copy_string(LLVMGetSection(Global)); in llvm_section()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1012 return caml_copy_string(LLVMGetSection(Global)); in llvm_section()
/external/llvm/lib/IR/
DCore.cpp1530 const char *LLVMGetSection(LLVMValueRef Global) { in LLVMGetSection() function
/external/llvm/bindings/go/llvm/
Dir.go964 func (v Value) Section() string { return C.GoString(C.LLVMGetSection(v.C)) }
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go1030 func (v Value) Section() string { return C.GoString(C.LLVMGetSection(v.C)) }
/external/llvm-project/llvm/lib/IR/
DCore.cpp1957 const char *LLVMGetSection(LLVMValueRef Global) { in LLVMGetSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1922 const char *LLVMGetSection(LLVMValueRef Global) { in LLVMGetSection() function