Searched refs:TypeIdMap (Results 1 – 4 of 4) sorted by relevance
807 TypeIdSummaryMapTy TypeIdMap;1141 const TypeIdSummaryMapTy &typeIds() const { return TypeIdMap; }1147 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));1151 auto It = TypeIdMap.insert(1159 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));
275 io.mapOptional("TypeIdMap", index.TypeIdMap);
459 DenseMap<Metadata *, std::set<TypeMemberInfo>> &TypeIdMap);678 DenseMap<Metadata *, std::set<TypeMemberInfo>> &TypeIdMap) { in buildTypeIdentifierMap() argument705 TypeIdMap[TypeID].insert({BitsPtr, Offset}); in buildTypeIdentifierMap()1605 DenseMap<Metadata *, std::set<TypeMemberInfo>> TypeIdMap; in run() local1606 buildTypeIdentifierMap(Bits, TypeIdMap); in run()1607 if (TypeIdMap.empty()) in run()1613 for (auto &P : TypeIdMap) { in run()1664 if (tryFindVirtualCallTargets(TargetsForSlot, TypeIdMap[S.first.TypeID], in run()
708 StringMap<unsigned> TypeIdMap; member in llvm::SlotTracker1150 auto I = TypeIdMap.find(Id); in getTypeIdSlot()1151 return I == TypeIdMap.end() ? -1 : (int)I->second; in getTypeIdSlot()1226 TypeIdMap[Id] = TypeIdNext++; in CreateTypeIdSlot()