pub unsafe extern "C" fn LLVMDIBuilderInsertDbgValueRecordAtEnd(
Builder: LLVMDIBuilderRef,
Val: LLVMValueRef,
VarInfo: LLVMMetadataRef,
Expr: LLVMMetadataRef,
DebugLoc: LLVMMetadataRef,
Block: LLVMBasicBlockRef,
) -> LLVMDbgRecordRef
Expand description
Insert a new debug record at the end of the given basic block.
If the basic block has a terminator instruction, the record is inserted before
that terminator instruction. Only use in the “new debug format”, when
LLVMIsNewDbgInfoFormat
is true.