Searched refs:InsertBlock (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | fx_basic_buffer.cpp | 82 void CFX_BinaryBuf::InsertBlock(FX_STRSIZE pos, in InsertBlock() function in CFX_BinaryBuf
|
D | fx_basic.h | 44 void InsertBlock(FX_STRSIZE pos, const void* pBuf, FX_STRSIZE size);
|
/external/pdfium/core/fpdfapi/font/ |
D | ttgsubtable.cpp | 48 m_Buffer.InsertBlock(low * sizeof(_IntPair), &pair, sizeof(_IntPair)); in SetAt()
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1163 BasicBlock *InsertBlock, in HandleByValArgumentInit() argument 1166 IRBuilder<> Builder(InsertBlock, InsertBlock->begin()); in HandleByValArgumentInit()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1308 LLVMBasicBlockRef InsertBlock = LLVMGetInsertBlock(Builder_val(B)); in llvm_insertion_block() local 1309 if (!InsertBlock) in llvm_insertion_block() 1311 return InsertBlock; in llvm_insertion_block()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1666 LLVMBasicBlockRef InsertBlock = LLVMGetInsertBlock(Builder_val(B)); in llvm_insertion_block() local 1667 if (!InsertBlock) in llvm_insertion_block() 1669 return InsertBlock; in llvm_insertion_block()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | IRBuilder.h | 137 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) in InsertPoint() argument 138 : Block(InsertBlock), Point(InsertPoint) {} in InsertPoint()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 159 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) in InsertPoint() argument 160 : Block(InsertBlock), Point(InsertPoint) {} in InsertPoint()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_gdipext.cpp | 1315 m_InterStream.InsertBlock(m_InterStream.GetLength(), Input, cb); in Write()
|