Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp1010 auto CoverageRecordsSections = in loadBinaryFormat() local
1015 if (auto E = CoverageRecordsSections.takeError()) { in loadBinaryFormat()
1025 for (SectionRef Section : *CoverageRecordsSections) { in loadBinaryFormat()
1037 for (SectionRef Section : *CoverageRecordsSections) { in loadBinaryFormat()