Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp242 uint32_t BytesToWriteInChunk = in writeBytes() local
246 ArrayRef<uint8_t> ChunkData(Chunk, BytesToWriteInChunk); in writeBytes()
250 BytesLeft -= BytesToWriteInChunk; in writeBytes()
251 BytesWritten += BytesToWriteInChunk; in writeBytes()