Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp1095 std::vector<SectionRef> NamesSectionRefs; in loadBinaryFormat() local
1105 NamesSectionRefs = *NamesSection; in loadBinaryFormat()
1107 if (NamesSectionRefs.size() != 1) in loadBinaryFormat()
1111 if (Error E = ProfileNames.create(NamesSectionRefs.back())) in loadBinaryFormat()