Searched refs:LineAndSectionEntry (Results 1 – 1 of 1) sorted by relevance
547 std::vector<std::pair<unsigned, const Section *>> LineAndSectionEntry; in processSections() local548 LineAndSectionEntry.reserve(Sections.size()); in processSections()560 LineAndSectionEntry.emplace_back(DiagLine, &Entry); in processSections()562 llvm::sort(LineAndSectionEntry); in processSections()564 for (const auto &[_, SectionEntry] : LineAndSectionEntry) { in processSections()