Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp989 auto CoverageSection = in loadBinaryFormat() local
992 if (auto E = CoverageSection.takeError()) in loadBinaryFormat()
994 std::vector<SectionRef> CoverageSectionRefs = *CoverageSection; in loadBinaryFormat()