Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DPDB.cpp1259 SmallVector<TypeSizeInfo, 0> tsis; in printStats() local
1264 tsis.push_back({typeSize, dupCount, typeIndex}); in printStats()
1267 if (!tsis.empty()) { in printStats()
1271 llvm::sort(tsis); in printStats()
1273 for (const auto &tsi : reverse(tsis)) { in printStats()
1284 tsis.back().typeIndex.getIndex(), config->pdbPath); in printStats()