Home
last modified time | relevance | path

Searched defs:TypeSizeInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1274 struct TypeSizeInfo { in printStats() struct
1275 uint32_t typeSize; in printStats()
1276 uint32_t dupCount; in printStats()
1277 TypeIndex typeIndex; in printStats()
1278 uint64_t totalInputSize() const { return uint64_t(dupCount) * typeSize; } in printStats()
1279 bool operator<(const TypeSizeInfo &rhs) const { in printStats()