Searched defs:GetInsertBlock (Results 1 – 5 of 5) sorted by relevance
67 BasicBlock *GetInsertBlock() const { return BB; } in GetInsertBlock() function
103 BasicBlock *GetInsertBlock() const { return BB; } in GetInsertBlock() function
121 BasicBlock *GetInsertBlock() const { return BB; } in GetInsertBlock() function
1201 func (b Builder) GetInsertBlock() (bb BasicBlock) { bb.C = C.LLVMGetInsertBlock(b.C); return } func
1254 func (b Builder) GetInsertBlock() (bb BasicBlock) { bb.C = C.LLVMGetInsertBlock(b.C); return } func