Lines Matching refs:ModulePath
774 StringRef ModulePath; member in __anonba06ddfc0411::ModuleSummaryIndexBitcodeReader
783 StringRef ModulePath, unsigned ModuleId);
5651 StringRef ModulePath, unsigned ModuleId) in ModuleSummaryIndexBitcodeReader() argument
5653 ModulePath(ModulePath), ModuleId(ModuleId) {} in ModuleSummaryIndexBitcodeReader()
5656 TheIndex.addModule(ModulePath, ModuleId); in addThisModule()
5661 return TheIndex.getModule(ModulePath); in getThisModule()
6247 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, ModulePath); in parseEntireSummary()
6505 SmallString<128> ModulePath; in parseModuleStringTable() local
6536 if (convertToString(Record, 1, ModulePath)) in parseModuleStringTable()
6539 LastSeenModule = TheIndex.addModule(ModulePath, ModuleId); in parseModuleStringTable()
6542 ModulePath.clear(); in parseModuleStringTable()
6817 StringRef ModulePath, uint64_t ModuleId) { in readSummary() argument
6823 ModulePath, ModuleId); in readSummary()