Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp149 uint8_t *WriteBuffer = static_cast<uint8_t *>(Allocator.Allocate(Size, 8)); in readBytes() local
150 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() local
259 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk); in readBytes()