Searched refs:LLVMSetInstDebugLocation (Results 1 – 4 of 4) sorted by relevance
2638 void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst);
1639 LLVMSetInstDebugLocation(Builder_val(B), V); in llvm_set_inst_debug_location()
2193 void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst) { in LLVMSetInstDebugLocation() function
1207 func (b Builder) SetInstDebugLocation(v Value) { C.LLVMSetInstDebugLocation(b.C, v.C) }