Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h67 BasicBlock *GetInsertBlock() const { return BB; } in GetInsertBlock() function
/external/llvm/include/llvm/IR/
DIRBuilder.h103 BasicBlock *GetInsertBlock() const { return BB; } in GetInsertBlock() function
/external/llvm/bindings/go/llvm/
Dir.go1201 func (b Builder) GetInsertBlock() (bb BasicBlock) { bb.C = C.LLVMGetInsertBlock(b.C); return } func