Searched refs:LLVMInstructionSetDebugLoc (Results 1 – 4 of 4) sorted by relevance
1354 void LLVMInstructionSetDebugLoc(LLVMValueRef Inst, LLVMMetadataRef Loc);
861 LLVMInstructionSetDebugLoc(Inst, Loc); in llvm_instr_set_debug_loc()
1560 void LLVMInstructionSetDebugLoc(LLVMValueRef Inst, LLVMMetadataRef Loc) { in LLVMInstructionSetDebugLoc() function
1263 func (v Value) InstructionSetDebugLoc(md Metadata) { C.LLVMInstructionSetDebugLoc(v.C, md.C) }