Lines Matching defs:ti
215 bool TpiSource::remapTypeIndex(TypeIndex &ti, TiRefKind refKind) const {
216 if (ti.isSimple())
222 if (ti.toArrayIndex() >= tpiOrIpiMap.size())
224 ti = tpiOrIpiMap[ti.toArrayIndex()];
238 for (TypeIndex &ti : indices) {
239 if (!remapTypeIndex(ti, ref.Kind)) {
247 << " index 0x" << utohexstr(ti.getIndex());
249 ti = TypeIndex(SimpleTypeKind::NotTranslated);
406 for (TypeIndex ti : tpiMap)
407 if (!ti.isSimple())
408 ++m->tpiCounts[ti.toArrayIndex()];
409 for (TypeIndex ti : ipiMap)
410 if (!ti.isSimple())
411 ++m->ipiCounts[ti.toArrayIndex()];