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);
1765 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));1766 for (auto It = TidIter.first; It != TidIter.second; ++It)1777 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));1778 for (auto It = TidIter.first; It != TidIter.second; ++It)
3383 auto TidIter = TheIndex->typeIds().equal_range(GUID); in printTypeIdInfo() local3384 if (TidIter.first == TidIter.second) { in printTypeIdInfo()3390 for (auto It = TidIter.first; It != TidIter.second; ++It) { in printTypeIdInfo()3421 auto TidIter = TheIndex->typeIds().equal_range(VFId.GUID); in printVFuncId() local3422 if (TidIter.first == TidIter.second) { in printVFuncId()3431 for (auto It = TidIter.first; It != TidIter.second; ++It) { in printVFuncId()
320 auto TidIter = Index.typeIds().equal_range(TId); in computeLTOCacheKey() local321 for (auto It = TidIter.first; It != TidIter.second; ++It) in computeLTOCacheKey()
4622 auto TidIter = Index.typeIds().equal_range(T); in writeCombinedGlobalValueSummary() local4623 for (auto It = TidIter.first; It != TidIter.second; ++It) { in writeCombinedGlobalValueSummary()