Home
last modified time | relevance | path

Searched refs:SortedSecs (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DCallGraphSort.cpp168 std::vector<int> SortedSecs(Clusters.size()); in groupClusters() local
172 SortedSecs[I] = I; in groupClusters()
176 std::stable_sort(SortedSecs.begin(), SortedSecs.end(), [&](int A, int B) { in groupClusters()
180 for (int SI : SortedSecs) { in groupClusters()