Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp212 uint32_t BytesInChunk = in readBytes() local
214 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk); in readBytes()
216 BytesWritten += BytesInChunk; in readBytes()
217 BytesLeft -= BytesInChunk; in readBytes()