Searched refs:InsertBlock (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp328 BasicBlock *InsertBlock,
335 IRBuilder<> builder(InsertBlock->begin());
327 HandleByValArgumentInit(Value *Dst, Value *Src, Module *M, BasicBlock *InsertBlock, InlineFunctionInfo &IFI) argument
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dttgsubtable.cpp47 m_Buffer.InsertBlock(low * sizeof(_IntPair), &pair, sizeof(_IntPair));
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_buffer.cpp121 void CFX_BinaryBuf::InsertBlock(FX_STRSIZE pos, const void* pBuf, FX_STRSIZE size) function in class:CFX_BinaryBuf
H A Dfx_basic_maps.cpp649 m_Buffer.InsertBlock(low * sizeof(_DWordPair), &pair, sizeof(_DWordPair));
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1473 LLVMBasicBlockRef InsertBlock = LLVMGetInsertBlock(Builder_val(B)); local
1474 if (!InsertBlock)
1476 return InsertBlock;
/external/llvm/include/llvm/IR/
H A DIRBuilder.h146 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) argument
147 : Block(InsertBlock), Point(InsertPoint) {}
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h52 void InsertBlock(FX_STRSIZE pos, const void* pBuf, FX_STRSIZE size);
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_gdipext.cpp1069 m_InterStream.InsertBlock(m_InterStream.GetLength(), Input, cb);

Completed in 386 milliseconds