Lines Matching defs:ModulePath
963 StringRef ModulePath;
976 StringRef ModulePath,
7078 StringRef ModulePath, std::function<bool(GlobalValue::GUID)> IsPrevailing)
7080 ModulePath(ModulePath), IsPrevailing(IsPrevailing) {}
7083 TheIndex.addModule(ModulePath);
7088 return TheIndex.getModule(ModulePath);
7703 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, ModulePath);
8083 SmallString<128> ModulePath;
8114 if (convertToString(Record, 1, ModulePath))
8117 LastSeenModule = TheIndex.addModule(ModulePath);
8120 ModulePath.clear();
8391 ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
8398 ModulePath, IsPrevailing);