Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1278 uint64_t totalInputSize() const { return uint64_t(dupCount) * typeSize; } in printStats() function
1280 if (totalInputSize() == rhs.totalInputSize()) in printStats()
1282 return totalInputSize() < rhs.totalInputSize(); in printStats()
1301 tsi.typeIndex.getIndex(), tsi.totalInputSize(), in printStats()