Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h1734 const char *LLVMGetSection(LLVMValueRef Global);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c884 return copy_string(LLVMGetSection(Global)); in llvm_section()
/external/llvm/lib/IR/
DCore.cpp1296 const char *LLVMGetSection(LLVMValueRef Global) { in LLVMGetSection() function