ΒΆ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:1368

Parameters

LLVMValueRef Inst
LLVMMetadataRef Loc