Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp787 std::vector<StrAndStat> NamespacedStatsSorted; in dumpUdtStats() local
789 NamespacedStatsSorted.push_back({Stat.getKey(), Stat.second}); in dumpUdtStats()
790 llvm::stable_sort(NamespacedStatsSorted, in dumpUdtStats()
794 for (const auto &Stat : NamespacedStatsSorted) { in dumpUdtStats()