HomeSort by relevance Sort by last modified time
    Searched refs:BytesToWriteInChunk (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/DebugInfo/PDB/Raw/
MappedBlockStream.cpp 242 uint32_t BytesToWriteInChunk =
246 ArrayRef<uint8_t> ChunkData(Chunk, BytesToWriteInChunk);
250 BytesLeft -= BytesToWriteInChunk;
251 BytesWritten += BytesToWriteInChunk;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
MappedBlockStream.cpp 401 uint32_t BytesToWriteInChunk =
405 ArrayRef<uint8_t> ChunkData(Chunk, BytesToWriteInChunk);
411 BytesLeft -= BytesToWriteInChunk;
412 BytesWritten += BytesToWriteInChunk;

Completed in 822 milliseconds