Searched refs:TidIter (Results 1 – 5 of 5) sorted by relevance
267 for (auto TidIter = V.begin(); TidIter != V.end(); TidIter++)268 io.mapRequired(TidIter->second.first.c_str(), TidIter->second.second);
1147 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));1148 for (auto It = TidIter.first; It != TidIter.second; ++It)1159 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));1160 for (auto It = TidIter.first; It != TidIter.second; ++It)
1037 for (auto TidIter = TheIndex->typeIds().begin(); in processIndex() local1038 TidIter != TheIndex->typeIds().end(); TidIter++) in processIndex()1039 CreateTypeIdSlot(TidIter->second.first); in processIndex()2691 for (auto TidIter = TheIndex->typeIds().begin(); in printModuleSummaryIndex() local2692 TidIter != TheIndex->typeIds().end(); TidIter++) { in printModuleSummaryIndex()2695 printTypeIdSummary(TidIter->second.second); in printModuleSummaryIndex()2696 Out << ") ; guid = " << TidIter->first << "\n"; in printModuleSummaryIndex()2931 if (TidIter.first == TidIter.second) { in printTypeIdInfo()2937 for (auto It = TidIter.first; It != TidIter.second; ++It) { in printTypeIdInfo()2969 if (TidIter.first == TidIter.second) { in printVFuncId()[all …]
267 auto TidIter = Index.typeIds().equal_range(TId); in computeLTOCacheKey() local268 for (auto It = TidIter.first; It != TidIter.second; ++It) in computeLTOCacheKey()
3990 auto TidIter = Index.typeIds().equal_range(T); in writeCombinedGlobalValueSummary() local3991 for (auto It = TidIter.first; It != TidIter.second; ++It) { in writeCombinedGlobalValueSummary()