Searched refs:TidIter (Results 1 – 5 of 5) sorted by relevance
320 for (auto &TidIter : V)321 io.mapRequired(TidIter.second.first.str().c_str(), TidIter.second.second);
1877 auto TidIter = TypeIdMap.equal_range(1879 for (auto &[GUID, TypeIdPair] : make_range(TidIter))1891 auto TidIter = TypeIdMap.equal_range(1893 for (const auto &[GUID, TypeIdPair] : make_range(TidIter))
3646 auto TidIter = TheIndex->typeIds().equal_range(GUID); in printTypeIdInfo() local3647 if (TidIter.first == TidIter.second) { in printTypeIdInfo()3653 for (const auto &[GUID, TypeIdPair] : make_range(TidIter)) { in printTypeIdInfo()3684 auto TidIter = TheIndex->typeIds().equal_range(VFId.GUID); in printVFuncId() local3685 if (TidIter.first == TidIter.second) { in printVFuncId()3694 for (const auto &[GUID, TypeIdPair] : make_range(TidIter)) { in printVFuncId()
323 auto TidIter = Index.typeIds().equal_range(TId); in computeLTOCacheKey() local324 for (const auto &I : make_range(TidIter)) in computeLTOCacheKey()
5267 auto TidIter = Index.typeIds().equal_range(T); in writeCombinedGlobalValueSummary() local5268 for (const auto &[GUID, TypeIdPair] : make_range(TidIter)) { in writeCombinedGlobalValueSummary()