Searched refs:RefTI (Results 1 – 2 of 2) sorted by relevance
90 void TypeReferenceTracker::addOneTypeRef(TiRefKind RefKind, TypeIndex RefTI) { in addOneTypeRef() argument94 if (RefTI.isSimple() || TypeOrIdReferenced.test(RefTI.toArrayIndex())) in addOneTypeRef()98 TypeOrIdReferenced.set(RefTI.toArrayIndex()); in addOneTypeRef()99 RefWorklist.push_back({RefKind, RefTI}); in addOneTypeRef()122 for (TypeIndex RefTI : TIs) in addReferencedTypes() local123 addOneTypeRef(Ref.Kind, RefTI); in addReferencedTypes()130 TypeIndex RefTI; in markReferencedTypes() local131 std::tie(RefKind, RefTI) = RefWorklist.pop_back_val(); in markReferencedTypes()133 ? Ids->tryGetType(RefTI) in markReferencedTypes()134 : Types.tryGetType(RefTI); in markReferencedTypes()[all …]
51 void addOneTypeRef(codeview::TiRefKind RefKind, codeview::TypeIndex RefTI);