Home
last modified time | relevance | path

Searched refs:BytesToWriteInChunk (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
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()