Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1285 SmallVector<TypeSizeInfo, 0> tsis; in printStats() local
1290 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()