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