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