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