Searched refs:WriteBuffer (Results 1 – 1 of 1) sorted by relevance
149 uint8_t *WriteBuffer = static_cast<uint8_t *>(Allocator.Allocate(Size, 8)); in readBytes() local150 if (auto EC = readBytes(Offset, MutableArrayRef<uint8_t>(WriteBuffer, Size))) in readBytes()154 CacheIter->second.emplace_back(WriteBuffer, Size); in readBytes()157 List.emplace_back(WriteBuffer, Size); in readBytes()160 Buffer = ArrayRef<uint8_t>(WriteBuffer, Size); in readBytes()248 uint8_t *WriteBuffer = Buffer.data(); in readBytes() local259 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk); in readBytes()