Home
last modified time | relevance | path

Searched refs:InsertBlock (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_basic_buffer.cpp82 void CFX_BinaryBuf::InsertBlock(FX_STRSIZE pos, in InsertBlock() function in CFX_BinaryBuf
Dfx_basic.h44 void InsertBlock(FX_STRSIZE pos, const void* pBuf, FX_STRSIZE size);
/external/pdfium/core/fpdfapi/font/
Dttgsubtable.cpp48 m_Buffer.InsertBlock(low * sizeof(_IntPair), &pair, sizeof(_IntPair)); in SetAt()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1163 BasicBlock *InsertBlock, in HandleByValArgumentInit() argument
1166 IRBuilder<> Builder(InsertBlock, InsertBlock->begin()); in HandleByValArgumentInit()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1308 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/
Dllvm_ocaml.c1666 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/
DIRBuilder.h137 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) in InsertPoint() argument
138 : Block(InsertBlock), Point(InsertPoint) {} in InsertPoint()
/external/llvm/include/llvm/IR/
DIRBuilder.h159 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) in InsertPoint() argument
160 : Block(InsertBlock), Point(InsertPoint) {} in InsertPoint()
/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp1315 m_InterStream.InsertBlock(m_InterStream.GetLength(), Input, cb); in Write()