Searched defs:InsertBlock (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/fxcrt/
H A Dfx_basic_buffer.cpp82 void CFX_BinaryBuf::InsertBlock(FX_STRSIZE pos, function in class:CFX_BinaryBuf
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1163 BasicBlock *InsertBlock,
1166 IRBuilder<> Builder(InsertBlock, InsertBlock->begin());
1162 HandleByValArgumentInit(Value *Dst, Value *Src, Module *M, BasicBlock *InsertBlock, InlineFunctionInfo &IFI) argument
/external/llvm/include/llvm/IR/
H A DIRBuilder.h159 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) argument
160 : Block(InsertBlock), Point(InsertPoint) {}
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DIRBuilder.h137 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) argument
138 : Block(InsertBlock), Point(InsertPoint) {}
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1308 LLVMBasicBlockRef InsertBlock = LLVMGetInsertBlock(Builder_val(B)); local
1309 if (!InsertBlock)
1311 return InsertBlock;
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1666 LLVMBasicBlockRef InsertBlock = LLVMGetInsertBlock(Builder_val(B)); local
1667 if (!InsertBlock)
1669 return InsertBlock;

Completed in 275 milliseconds