Searched refs:TidIter (Results 1 – 5 of 5) sorted by relevance
268 for (auto TidIter = V.begin(); TidIter != V.end(); TidIter++)269 io.mapRequired(TidIter->second.first.c_str(), TidIter->second.second);
1308 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));1309 for (auto It = TidIter.first; It != TidIter.second; ++It)1320 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));1321 for (auto It = TidIter.first; It != TidIter.second; ++It)
1044 for (auto TidIter = TheIndex->typeIds().begin(); in processIndex() local1045 TidIter != TheIndex->typeIds().end(); TidIter++) in processIndex()1046 CreateTypeIdSlot(TidIter->second.first); in processIndex()2726 for (auto TidIter = TheIndex->typeIds().begin(); in printModuleSummaryIndex() local2727 TidIter != TheIndex->typeIds().end(); TidIter++) { in printModuleSummaryIndex()2728 Out << "^" << Machine.getTypeIdSlot(TidIter->second.first) in printModuleSummaryIndex()2729 << " = typeid: (name: \"" << TidIter->second.first << "\""; in printModuleSummaryIndex()2730 printTypeIdSummary(TidIter->second.second); in printModuleSummaryIndex()2731 Out << ") ; guid = " << TidIter->first << "\n"; in printModuleSummaryIndex()3002 auto TidIter = TheIndex->typeIds().equal_range(GUID); in printTypeIdInfo() local[all …]
275 auto TidIter = Index.typeIds().equal_range(TId); in computeLTOCacheKey() local276 for (auto It = TidIter.first; It != TidIter.second; ++It) in computeLTOCacheKey()
4172 auto TidIter = Index.typeIds().equal_range(T); in writeCombinedGlobalValueSummary() local4173 for (auto It = TidIter.first; It != TidIter.second; ++It) { in writeCombinedGlobalValueSummary()