Searched refs:NamesSectionRefs (Results 1 – 1 of 1) sorted by relevance
1106 std::vector<SectionRef> NamesSectionRefs; in loadBinaryFormat() local1116 NamesSectionRefs = *NamesSection; in loadBinaryFormat()1118 if (NamesSectionRefs.size() != 1) in loadBinaryFormat()1122 if (Error E = ProfileNames->create(NamesSectionRefs.back())) in loadBinaryFormat()