Searched refs:LLVMSetInstDebugLocation (Results 1 – 5 of 5) sorted by relevance
857 LLVMSetInstDebugLocation(Builder, Dst); in CloneInstruction()
3608 void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst);
1708 LLVMSetInstDebugLocation(Builder_val(B), V); in llvm_set_inst_debug_location()
1377 func (b Builder) SetInstDebugLocation(v Value) { C.LLVMSetInstDebugLocation(b.C, v.C) }
3119 void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst) { in LLVMSetInstDebugLocation() function