Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DPDB.cpp1262 struct TypeSizeInfo { in printStats() struct
1263 uint32_t typeSize; in printStats()
1264 uint32_t dupCount; in printStats()
1265 TypeIndex typeIndex; in printStats()
1266 uint64_t totalInputSize() const { return uint64_t(dupCount) * typeSize; } in printStats()
1267 bool operator<(const TypeSizeInfo &rhs) const { in printStats()