pub unsafe extern "C" fn LLVMDIBuilderInsertDeclareRecordAtEnd(
    Builder: LLVMDIBuilderRef,
    Storage: LLVMValueRef,
    VarInfo: LLVMMetadataRef,
    Expr: LLVMMetadataRef,
    DebugLoc: LLVMMetadataRef,
    Block: LLVMBasicBlockRef,
) -> LLVMDbgRecordRef
Expand description

Insert a Declare DbgRecord 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.