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

Insert a Declare DbgRecord before the given instruction.

Only use in the “new debug format”, when LLVMIsNewDbgInfoFormat is true.