pub unsafe extern "C" fn LLVMDIBuilderInsertDbgValueRecordBefore(
Builder: LLVMDIBuilderRef,
Val: LLVMValueRef,
VarInfo: LLVMMetadataRef,
Expr: LLVMMetadataRef,
DebugLoc: LLVMMetadataRef,
Instr: LLVMValueRef,
) -> LLVMDbgRecordRef
Expand description
Insert a new debug record before the given instruction.
Only use in the “new debug format”, when LLVMIsNewDbgInfoFormat
is true.