Searched refs:tsis (Results 1 – 1 of 1) sorted by relevance
1050 SmallVector<TypeSizeInfo, 0> tsis; in printStats() local1055 tsis.push_back({typeSize, dupCount, typeIndex}); in printStats()1058 if (!tsis.empty()) { in printStats()1062 llvm::sort(tsis); in printStats()1064 for (const auto &tsi : reverse(tsis)) { in printStats()1075 tsis.back().typeIndex.getIndex(), config->pdbPath); in printStats()