Home
last modified time | relevance | path

Searched defs:GetInsertBlock (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
DIRBuilder.h103 BasicBlock *GetInsertBlock() const { return BB; } in GetInsertBlock() function
/external/llvm-project/llvm/include/llvm/IR/
DIRBuilder.h155 BasicBlock *GetInsertBlock() const { return BB; } in GetInsertBlock() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h126 BasicBlock *GetInsertBlock() const { return BB; } in GetInsertBlock() function
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go1347 func (b Builder) GetInsertBlock() (bb BasicBlock) { bb.C = C.LLVMGetInsertBlock(b.C); return } func
/external/llvm/bindings/go/llvm/
Dir.go1201 func (b Builder) GetInsertBlock() (bb BasicBlock) { bb.C = C.LLVMGetInsertBlock(b.C); return } func