Lines Matching refs:sort
755 std::sort(ScopesWithImportedEntities.begin(),
984 // Sort the sections into order.
986 std::sort(Sections.begin(), Sections.end(), SectionSort);
2103 // Sort the sections into order.
2105 std::sort(Sections.begin(), Sections.end(), SectionSort);
2113 // Sort the symbols by offset within the section.
2114 std::sort(List.begin(), List.end(),
2166 // Sort the CU list (again, to ensure consistent output order).
2167 std::sort(CUs.begin(), CUs.end(), [](const DwarfUnit *A, const DwarfUnit *B) {