Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DPDB.cpp1050 SmallVector<TypeSizeInfo, 0> tsis; in printStats() local
1055 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()