pub unsafe extern "C" fn LLVMPositionBuilderBefore(
Builder: LLVMBuilderRef,
Instr: LLVMValueRef,
)Expand description
Set the builder position before Instr but after any attached debug records.
pub unsafe extern "C" fn LLVMPositionBuilderBefore(
Builder: LLVMBuilderRef,
Instr: LLVMValueRef,
)Set the builder position before Instr but after any attached debug records.