Searched refs:LLVMGetSection (Results 1 – 13 of 13) sorted by relevance
864 LLVMSetSection(G, LLVMGetSection(Cur)); in clone_symbols()
974 LLVMSetSection(G, LLVMGetSection(Cur)); in clone_symbols()
698 const char *LLVMGetSection(LLVMValueRef Global);
1840 const char *LLVMGetSection(LLVMValueRef Global);
2031 const char *LLVMGetSection(LLVMValueRef Global);
786 return copy_string(LLVMGetSection(Global)); in llvm_section()
1095 return caml_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)) }
992 func (v Value) Section() string { return C.GoString(C.LLVMGetSection(v.C)) }
1730 const char *LLVMGetSection(LLVMValueRef Global) { in LLVMGetSection() function