Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp401 uint32_t BytesToWriteInChunk = in writeBytes() local
405 ArrayRef<uint8_t> ChunkData(Chunk, BytesToWriteInChunk); in writeBytes()
411 BytesLeft -= BytesToWriteInChunk; in writeBytes()
412 BytesWritten += BytesToWriteInChunk; in writeBytes()