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