Function llvm_sys::core::LLVMPositionBuilderBeforeDbgRecords

source ยท
pub unsafe extern "C" fn LLVMPositionBuilderBeforeDbgRecords(
    Builder: LLVMBuilderRef,
    Block: LLVMBasicBlockRef,
    Inst: LLVMValueRef,
)
Expand description

Set the builder position before Instr and any attached debug records, or if Instr is null set the position to the end of Block.