Searched refs:TidIter (Results 1 – 5 of 5) sorted by relevance
273 for (auto TidIter = V.begin(); TidIter != V.end(); TidIter++)274 io.mapRequired(TidIter->second.first.c_str(), TidIter->second.second);
1513 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));1514 for (auto It = TidIter.first; It != TidIter.second; ++It)1525 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));1526 for (auto It = TidIter.first; It != TidIter.second; ++It)
3221 auto TidIter = TheIndex->typeIds().equal_range(GUID); in printTypeIdInfo() local3222 if (TidIter.first == TidIter.second) { in printTypeIdInfo()3228 for (auto It = TidIter.first; It != TidIter.second; ++It) { in printTypeIdInfo()3259 auto TidIter = TheIndex->typeIds().equal_range(VFId.GUID); in printVFuncId() local3260 if (TidIter.first == TidIter.second) { in printVFuncId()3269 for (auto It = TidIter.first; It != TidIter.second; ++It) { in printVFuncId()
293 auto TidIter = Index.typeIds().equal_range(TId); in computeLTOCacheKey() local294 for (auto It = TidIter.first; It != TidIter.second; ++It) in computeLTOCacheKey()
4394 auto TidIter = Index.typeIds().equal_range(T); in writeCombinedGlobalValueSummary() local4395 for (auto It = TidIter.first; It != TidIter.second; ++It) { in writeCombinedGlobalValueSummary()