Searched refs:applyAlongResolverPath (Results 1 – 3 of 3) sorted by relevance
101 void applyAlongResolverPath(function_ref<void(const GlobalValue &)> Op) const;
615 void GlobalIFunc::applyAlongResolverPath( in applyAlongResolverPath() function in GlobalIFunc
1031 I.applyAlongResolverPath([&Index](const GlobalValue &GV) { in buildModuleSummaryIndex()