Searched refs:LLVMGetSection (Results 1 – 8 of 8) sorted by relevance
864 LLVMSetSection(G, LLVMGetSection(Cur)); in clone_symbols()
698 const char *LLVMGetSection(LLVMValueRef Global);
1840 const char *LLVMGetSection(LLVMValueRef Global);
786 return copy_string(LLVMGetSection(Global)); in llvm_section()
1012 return caml_copy_string(LLVMGetSection(Global)); in llvm_section()
1144 const char *LLVMGetSection(LLVMValueRef Global) { in LLVMGetSection() function
1530 const char *LLVMGetSection(LLVMValueRef Global) { in LLVMGetSection() function
964 func (v Value) Section() string { return C.GoString(C.LLVMGetSection(v.C)) }