Lines Matching refs:ModulePath
806 StringRef ModulePath; member in __anona132453f0411::ModuleSummaryIndexBitcodeReader
815 StringRef ModulePath, unsigned ModuleId);
5569 StringRef ModulePath, unsigned ModuleId) in ModuleSummaryIndexBitcodeReader() argument
5571 ModulePath(ModulePath), ModuleId(ModuleId) {} in ModuleSummaryIndexBitcodeReader()
5574 TheIndex.addModule(ModulePath, ModuleId); in addThisModule()
5579 return TheIndex.getModule(ModulePath); in getThisModule()
6165 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, ModulePath); in parseEntireSummary()
6424 SmallString<128> ModulePath; in parseModuleStringTable() local
6455 if (convertToString(Record, 1, ModulePath)) in parseModuleStringTable()
6458 LastSeenModule = TheIndex.addModule(ModulePath, ModuleId); in parseModuleStringTable()
6461 ModulePath.clear(); in parseModuleStringTable()
6736 StringRef ModulePath, uint64_t ModuleId) { in readSummary() argument
6742 ModulePath, ModuleId); in readSummary()