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);
1448 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));1449 for (auto It = TidIter.first; It != TidIter.second; ++It)1460 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));1461 for (auto It = TidIter.first; It != TidIter.second; ++It)
3272 auto TidIter = TheIndex->typeIds().equal_range(GUID); in printTypeIdInfo() local3273 if (TidIter.first == TidIter.second) { in printTypeIdInfo()3279 for (auto It = TidIter.first; It != TidIter.second; ++It) { in printTypeIdInfo()3310 auto TidIter = TheIndex->typeIds().equal_range(VFId.GUID); in printVFuncId() local3311 if (TidIter.first == TidIter.second) { in printVFuncId()3320 for (auto It = TidIter.first; It != TidIter.second; ++It) { in printVFuncId()
292 auto TidIter = Index.typeIds().equal_range(TId); in computeLTOCacheKey() local293 for (auto It = TidIter.first; It != TidIter.second; ++It) in computeLTOCacheKey()
4337 auto TidIter = Index.typeIds().equal_range(T); in writeCombinedGlobalValueSummary() local4338 for (auto It = TidIter.first; It != TidIter.second; ++It) { in writeCombinedGlobalValueSummary()