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