Function llvm_sys::core::LLVMPositionBuilder

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

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