Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp400 uint32_t BytesToWriteInChunk = in writeBytes() local
404 ArrayRef<uint8_t> ChunkData(Chunk, BytesToWriteInChunk); in writeBytes()
410 BytesLeft -= BytesToWriteInChunk; in writeBytes()
411 BytesWritten += BytesToWriteInChunk; in writeBytes()