Searched refs:LLVMPositionBuilderBefore (Results 1 – 5 of 5) sorted by relevance
486 LLVMPositionBuilderBefore(first_builder, first_instr); in lp_build_alloca()529 LLVMPositionBuilderBefore(first_builder, first_instr); in lp_build_array_alloca()
2626 void LLVMPositionBuilderBefore(LLVMBuilderRef Builder, LLVMValueRef Instr);
1592 LLVMPositionBuilderBefore(Builder_val(B), I); in llvm_position_builder()
2148 void LLVMPositionBuilderBefore(LLVMBuilderRef Builder, LLVMValueRef Instr) { in LLVMPositionBuilderBefore() function
1191 func (b Builder) SetInsertPointBefore(instr Value) { C.LLVMPositionBuilderBefore(b.C, instr.C) }