Searched refs:LLVMGetSection (Results 1 – 5 of 5) sorted by relevance
1184 LLVMSetSection(G, LLVMGetSection(Cur)); in clone_symbols()
2262 const char *LLVMGetSection(LLVMValueRef Global);
1054 return caml_copy_string(LLVMGetSection(Global)); in llvm_section()
996 func (v Value) Section() string { return C.GoString(C.LLVMGetSection(v.C)) }
1940 const char *LLVMGetSection(LLVMValueRef Global) { in LLVMGetSection() function