Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-c-test/
Decho.cpp864 LLVMSetSection(G, LLVMGetSection(Cur)); in clone_symbols()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp974 LLVMSetSection(G, LLVMGetSection(Cur)); in clone_symbols()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h698 const char *LLVMGetSection(LLVMValueRef Global);
/external/llvm/include/llvm-c/
DCore.h1840 const char *LLVMGetSection(LLVMValueRef Global);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h2031 const char *LLVMGetSection(LLVMValueRef Global);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c786 return copy_string(LLVMGetSection(Global)); in llvm_section()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1095 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/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1144 const char *LLVMGetSection(LLVMValueRef Global) { in LLVMGetSection() function
/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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go992 func (v Value) Section() string { return C.GoString(C.LLVMGetSection(v.C)) }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp1730 const char *LLVMGetSection(LLVMValueRef Global) { in LLVMGetSection() function