ΒΆvoid LLVMSetCurrentDebugLocation2(
LLVMBuilderRef Builder,
LLVMMetadataRef Loc)
void LLVMSetCurrentDebugLocation2(
LLVMBuilderRef Builder,
LLVMMetadataRef Loc)
Description
Set location information used by debugging information. To clear the location metadata of the given instruction, pass NULL to \p Loc.
Declared at: llvm/include/llvm-c/Core.h:3666
Parameters
- LLVMBuilderRef Builder
- LLVMMetadataRef Loc