pub unsafe extern "C" fn LLVMSetCurrentDebugLocation2(
Builder: LLVMBuilderRef,
Loc: LLVMMetadataRef,
)Expand description
Set location information used by debugging information.
To clear the location metadata of the given instruction, pass NULL to \p Loc.
@see llvm::IRBuilder::SetCurrentDebugLocation()