Searched refs:tpiCounts (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/lld/COFF/
H A DTypeMerger.h61 SmallVector<uint32_t, 0> tpiCounts; member in class:lld::coff::TypeMerger
H A DDebugTypes.cpp339 m->tpiCounts.resize(m->getTypeTable().size());
349 isIdRecord(ty.kind()) ? m->ipiCounts : m->tpiCounts;
398 m->tpiCounts.resize(m->getTypeTable().size());
402 ++m->tpiCounts[ti.toArrayIndex()];
H A DPDB.cpp1304 printLargeInputTypeRecs("TPI", tMerger.tpiCounts, tMerger.getTypeTable());

Completed in 121 milliseconds