Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp150 uint8_t *WriteBuffer = static_cast<uint8_t *>(Allocator.Allocate(Size, 8)); in readBytes() local
151 if (auto EC = readBytes(Offset, MutableArrayRef<uint8_t>(WriteBuffer, Size))) in readBytes()
155 CacheIter->second.emplace_back(WriteBuffer, Size); in readBytes()
158 List.emplace_back(WriteBuffer, Size); in readBytes()
161 Buffer = ArrayRef<uint8_t>(WriteBuffer, Size); in readBytes()
249 uint8_t *WriteBuffer = Buffer.data(); in readBytes() local
260 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk); in readBytes()