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);
1446 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));1447 for (auto It = TidIter.first; It != TidIter.second; ++It)1458 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));1459 for (auto It = TidIter.first; It != TidIter.second; ++It)
3284 auto TidIter = TheIndex->typeIds().equal_range(GUID); in printTypeIdInfo() local3285 if (TidIter.first == TidIter.second) { in printTypeIdInfo()3291 for (auto It = TidIter.first; It != TidIter.second; ++It) { in printTypeIdInfo()3322 auto TidIter = TheIndex->typeIds().equal_range(VFId.GUID); in printVFuncId() local3323 if (TidIter.first == TidIter.second) { in printVFuncId()3332 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()
4333 auto TidIter = Index.typeIds().equal_range(T); in writeCombinedGlobalValueSummary() local4334 for (auto It = TidIter.first; It != TidIter.second; ++It) { in writeCombinedGlobalValueSummary()