Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp1004 std::vector<SectionRef> NamesSectionRefs = *NamesSection; in loadBinaryFormat() local
1005 if (NamesSectionRefs.size() != 1) in loadBinaryFormat()
1007 if (Error E = ProfileNames.create(NamesSectionRefs.back())) in loadBinaryFormat()