Function llvm_sys::debuginfo::LLVMDIBuilderInsertDeclareBefore
source · pub unsafe extern "C" fn LLVMDIBuilderInsertDeclareBefore(
Builder: LLVMDIBuilderRef,
Storage: LLVMValueRef,
VarInfo: LLVMMetadataRef,
Expr: LLVMMetadataRef,
DebugLoc: LLVMMetadataRef,
Instr: LLVMValueRef
) -> LLVMValueRef
Expand description
Insert a new llvm.dbg.declare intrinsic call before the given instruction.