Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h1695 const char *LLVMGetSection(LLVMValueRef Global);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c956 return caml_copy_string(LLVMGetSection(Global)); in llvm_section()
/external/llvm/lib/IR/
DCore.cpp1443 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)) }