Lines Matching refs:ModulePath
905 StringRef ModulePath; member in __anon933571fe0411::ModuleSummaryIndexBitcodeReader
918 StringRef ModulePath,
6769 StringRef ModulePath, std::function<bool(GlobalValue::GUID)> IsPrevailing) in ModuleSummaryIndexBitcodeReader() argument
6771 ModulePath(ModulePath), IsPrevailing(IsPrevailing) {} in ModuleSummaryIndexBitcodeReader()
6774 TheIndex.addModule(ModulePath); in addThisModule()
6779 return TheIndex.getModule(ModulePath); in getThisModule()
7388 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, ModulePath); in parseEntireSummary()
7738 SmallString<128> ModulePath; in parseModuleStringTable() local
7769 if (convertToString(Record, 1, ModulePath)) in parseModuleStringTable()
7772 LastSeenModule = TheIndex.addModule(ModulePath); in parseModuleStringTable()
7775 ModulePath.clear(); in parseModuleStringTable()
8045 ModuleSummaryIndex &CombinedIndex, StringRef ModulePath, in readSummary() argument
8052 ModulePath, IsPrevailing); in readSummary()