Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h43 using KindAndStat = std::pair<uint32_t, Stat>; member
54 std::vector<KindAndStat> getStatsSortedBySize() const;
H A DDumpOutputStyle.cpp320 std::vector<StatCollection::KindAndStat>
322 std::vector<KindAndStat> SortedStats(Individual.begin(), Individual.end()); in getStatsSortedBySize()
324 [](const KindAndStat &LHS, const KindAndStat &RHS) { in getStatsSortedBySize()