Searched refs:TidIter (Results 1 – 5 of 5) sorted by relevance
277 for (auto &TidIter : V)278 io.mapRequired(TidIter.second.first.c_str(), TidIter.second.second);
1810 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));1811 for (auto It = TidIter.first; It != TidIter.second; ++It)1822 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));1823 for (auto It = TidIter.first; It != TidIter.second; ++It)
3483 auto TidIter = TheIndex->typeIds().equal_range(GUID); in printTypeIdInfo() local3484 if (TidIter.first == TidIter.second) { in printTypeIdInfo()3490 for (auto It = TidIter.first; It != TidIter.second; ++It) { in printTypeIdInfo()3521 auto TidIter = TheIndex->typeIds().equal_range(VFId.GUID); in printVFuncId() local3522 if (TidIter.first == TidIter.second) { in printVFuncId()3531 for (auto It = TidIter.first; It != TidIter.second; ++It) { in printVFuncId()
332 auto TidIter = Index.typeIds().equal_range(TId); in computeLTOCacheKey() local333 for (auto It = TidIter.first; It != TidIter.second; ++It) in computeLTOCacheKey()
4806 auto TidIter = Index.typeIds().equal_range(T); in writeCombinedGlobalValueSummary() local4807 for (auto It = TidIter.first; It != TidIter.second; ++It) { in writeCombinedGlobalValueSummary()