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