HomeSort by relevance Sort by last modified time
    Searched refs:InsertBlock (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 328 BasicBlock *InsertBlock,
335 IRBuilder<> builder(InsertBlock->begin());
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.cpp 47 m_Buffer.InsertBlock(low * sizeof(_IntPair), &pair, sizeof(_IntPair));
  /external/pdfium/core/src/fxcrt/
fx_basic_buffer.cpp 121 void CFX_BinaryBuf::InsertBlock(FX_STRSIZE pos, const void* pBuf, FX_STRSIZE size)
fx_basic_maps.cpp 649 m_Buffer.InsertBlock(low * sizeof(_DWordPair), &pair, sizeof(_DWordPair));
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 146 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint)
147 : Block(InsertBlock), Point(InsertPoint) {}
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 52 void InsertBlock(FX_STRSIZE pos, const void* pBuf, FX_STRSIZE size);
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp     [all...]

Completed in 273 milliseconds