Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp398 uint64_t BytesToWriteInChunk = in writeBytes() local
402 ArrayRef<uint8_t> ChunkData(Chunk, BytesToWriteInChunk); in writeBytes()
408 BytesLeft -= BytesToWriteInChunk; in writeBytes()
409 BytesWritten += BytesToWriteInChunk; in writeBytes()