Searched refs:LLVMGetSection (Results 1 – 4 of 4) sorted by relevance
1695 const char *LLVMGetSection(LLVMValueRef Global);
956 return caml_copy_string(LLVMGetSection(Global)); in llvm_section()
1443 const char *LLVMGetSection(LLVMValueRef Global) { in LLVMGetSection() function
964 func (v Value) Section() string { return C.GoString(C.LLVMGetSection(v.C)) }