ΒΆvoid LLVMSetInstDebugLocation(
LLVMBuilderRef Builder,
LLVMValueRef Inst)
void LLVMSetInstDebugLocation(
LLVMBuilderRef Builder,
LLVMValueRef Inst)
Description
Attempts to set the debug location for the given instruction using the current debug location for the given builder. If the builder has no current debug location, this function is a no-op.
Declared at: llvm/include/llvm-c/Core.h:3548
Parameters
- LLVMBuilderRef Builder
- LLVMValueRef Inst