Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h1696 void LLVMSetSection(LLVMValueRef Global, const char *Section);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c961 LLVMSetSection(Global, String_val(Section)); in llvm_set_section()
/external/llvm/lib/IR/
DCore.cpp1447 void LLVMSetSection(LLVMValueRef Global, const char *Section) { in LLVMSetSection() function
/external/llvm/bindings/go/llvm/
Dir.go968 C.LLVMSetSection(v.C, cstr)