Searched refs:CoverageSectionRefs (Results 1 – 1 of 1) sorted by relevance
1117 std::vector<SectionRef> CoverageSectionRefs = *CoverageSection; in loadBinaryFormat() local1118 if (CoverageSectionRefs.size() != 1) in loadBinaryFormat()1121 auto CoverageMappingOrErr = CoverageSectionRefs.back().getContents(); in loadBinaryFormat()