Home
last modified time | relevance | path

Searched defs:SetInsertPoint (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
DIRBuilder.h87 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() function
94 void SetInsertPoint(Instruction *I) { in SetInsertPoint() function
103 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() function
/external/llvm/bindings/go/llvm/
Dir.go1196 func (b Builder) SetInsertPoint(block BasicBlock, instr Value) { func