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