Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DPDB.cpp1266 uint64_t totalInputSize() const { return uint64_t(dupCount) * typeSize; } in printStats() function
1268 if (totalInputSize() == rhs.totalInputSize()) in printStats()
1270 return totalInputSize() < rhs.totalInputSize(); in printStats()
1289 tsi.typeIndex.getIndex(), tsi.totalInputSize(), in printStats()