ΒΆvoid LLVMInstructionSetDebugLoc(
LLVMValueRef Inst,
LLVMMetadataRef Loc)
void LLVMInstructionSetDebugLoc(
LLVMValueRef Inst,
LLVMMetadataRef Loc)
Description
Set the debug location for the given instruction. To clear the location metadata of the given instruction, pass NULL to \p Loc.
Declared at: llvm/include/llvm-c/DebugInfo.h:1346
Parameters
- LLVMValueRef Inst
- LLVMMetadataRef Loc