Searched refs:TidIter (Results 1 – 5 of 5) sorted by relevance
274 for (auto &TidIter : V)275 io.mapRequired(TidIter.second.first.c_str(), TidIter.second.second);
1665 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));1666 for (auto It = TidIter.first; It != TidIter.second; ++It)1677 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));1678 for (auto It = TidIter.first; It != TidIter.second; ++It)
3323 auto TidIter = TheIndex->typeIds().equal_range(GUID); in printTypeIdInfo() local3324 if (TidIter.first == TidIter.second) { in printTypeIdInfo()3330 for (auto It = TidIter.first; It != TidIter.second; ++It) { in printTypeIdInfo()3361 auto TidIter = TheIndex->typeIds().equal_range(VFId.GUID); in printVFuncId() local3362 if (TidIter.first == TidIter.second) { in printVFuncId()3371 for (auto It = TidIter.first; It != TidIter.second; ++It) { in printVFuncId()
296 auto TidIter = Index.typeIds().equal_range(TId); in computeLTOCacheKey() local297 for (auto It = TidIter.first; It != TidIter.second; ++It) in computeLTOCacheKey()
4585 auto TidIter = Index.typeIds().equal_range(T); in writeCombinedGlobalValueSummary() local4586 for (auto It = TidIter.first; It != TidIter.second; ++It) { in writeCombinedGlobalValueSummary()