Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp1157 auto WritableBuffer = in loadBinaryFormat() local
1159 char *FuncRecordsBuffer = WritableBuffer->getBufferStart(); in loadBinaryFormat()
1176 assert(FuncRecordsBuffer == WritableBuffer->getBufferEnd() && in loadBinaryFormat()
1178 FuncRecords = std::move(WritableBuffer); in loadBinaryFormat()