Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DPDB.cpp1252 uint64_t totalInputSize() const { return uint64_t(dupCount) * typeSize; } in printStats() function
1254 if (totalInputSize() == rhs.totalInputSize()) in printStats()
1256 return totalInputSize() < rhs.totalInputSize(); in printStats()
1275 tsi.typeIndex.getIndex(), tsi.totalInputSize(), in printStats()