Searched refs:InsertBlock (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 328 BasicBlock *InsertBlock, in HandleByValArgumentInit() argument 335 IRBuilder<> builder(InsertBlock->begin()); in HandleByValArgumentInit()
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | ttgsubtable.cpp | 47 m_Buffer.InsertBlock(low * sizeof(_IntPair), &pair, sizeof(_IntPair)); in SetAt()
|
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_buffer.cpp | 121 void CFX_BinaryBuf::InsertBlock(FX_STRSIZE pos, const void* pBuf, FX_STRSIZE size) in InsertBlock() function in CFX_BinaryBuf
|
D | fx_basic_maps.cpp | 649 m_Buffer.InsertBlock(low * sizeof(_DWordPair), &pair, sizeof(_DWordPair)); in SetAt()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1473 LLVMBasicBlockRef InsertBlock = LLVMGetInsertBlock(Builder_val(B)); in llvm_insertion_block() local 1474 if (!InsertBlock) in llvm_insertion_block() 1476 return InsertBlock; in llvm_insertion_block()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 146 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) in InsertPoint() argument 147 : Block(InsertBlock), Point(InsertPoint) {} in InsertPoint()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_basic.h | 52 void InsertBlock(FX_STRSIZE pos, const void* pBuf, FX_STRSIZE size);
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_gdipext.cpp | 1069 m_InterStream.InsertBlock(m_InterStream.GetLength(), Input, cb); in Write()
|