Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp258 uint64_t BytesInChunk = std::min(BytesLeft, BlockSize - OffsetInBlock); in readBytes() local
259 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk); in readBytes()
261 BytesWritten += BytesInChunk; in readBytes()
262 BytesLeft -= BytesInChunk; in readBytes()