Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h1735 void LLVMSetSection(LLVMValueRef Global, const char *Section);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c889 LLVMSetSection(Global, String_val(Section)); in llvm_set_section()
/external/llvm/lib/IR/
DCore.cpp1300 void LLVMSetSection(LLVMValueRef Global, const char *Section) { in LLVMSetSection() function