Lines Matching defs:ModulePath
980 StringRef ModulePath;
997 StringRef ModulePath,
7171 StringRef ModulePath, std::function<bool(GlobalValue::GUID)> IsPrevailing)
7173 ModulePath(ModulePath), IsPrevailing(IsPrevailing) {}
7176 TheIndex.addModule(ModulePath);
7181 return TheIndex.getModule(ModulePath);
7843 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, ModulePath);
8243 SmallString<128> ModulePath;
8274 if (convertToString(Record, 1, ModulePath))
8277 LastSeenModule = TheIndex.addModule(ModulePath);
8280 ModulePath.clear();
8551 ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
8558 ModulePath, IsPrevailing);