Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp399 uint64_t BytesToWriteInChunk = in writeBytes() local
403 ArrayRef<uint8_t> ChunkData(Chunk, BytesToWriteInChunk); in writeBytes()
409 BytesLeft -= BytesToWriteInChunk; in writeBytes()
410 BytesWritten += BytesToWriteInChunk; in writeBytes()