Searched refs:SortEntry (Results 1 – 1 of 1) sorted by relevance
72 using SortEntry = std::pair<Defined *, size_t>; in sortUniqueSymbols() typedef73 std::vector<SortEntry> v; in sortUniqueSymbols()76 v[i] = SortEntry(syms[i], i); in sortUniqueSymbols()79 parallelSort(v, std::less<SortEntry>()); in sortUniqueSymbols()81 [](const SortEntry &a, const SortEntry &b) { in sortUniqueSymbols()87 parallelSort(v, [](const SortEntry &a, const SortEntry &b) { in sortUniqueSymbols()