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