Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp211 const uint8_t *ChunkStart = Data.data() + OffsetInBlock; in readBytes() local
214 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk); in readBytes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp260 const uint8_t *ChunkStart = BlockData.data() + OffsetInBlock; in readBytes() local
262 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk); in readBytes()