Searched refs:tsis (Results 1 – 1 of 1) sorted by relevance
1285 SmallVector<TypeSizeInfo, 0> tsis; in printStats() local1290 tsis.push_back({typeSize, dupCount, typeIndex}); in printStats()1293 if (!tsis.empty()) { in printStats()1297 llvm::sort(tsis); in printStats()1299 for (const auto &tsi : reverse(tsis)) { in printStats()1310 tsis.back().typeIndex.getIndex(), ctx.config.pdbPath); in printStats()