Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp1032 auto WritableBuffer = in loadBinaryFormat() local
1034 char *FuncRecordsBuffer = WritableBuffer->getBufferStart(); in loadBinaryFormat()
1051 assert(FuncRecordsBuffer == WritableBuffer->getBufferEnd() && in loadBinaryFormat()
1053 FuncRecords = std::move(WritableBuffer); in loadBinaryFormat()