Lines Matching refs:ModulePath
902 StringRef ModulePath; member in __anon27c3e5780411::ModuleSummaryIndexBitcodeReader
911 StringRef ModulePath, unsigned ModuleId);
6569 StringRef ModulePath, unsigned ModuleId) in ModuleSummaryIndexBitcodeReader() argument
6571 ModulePath(ModulePath), ModuleId(ModuleId) {} in ModuleSummaryIndexBitcodeReader()
6574 TheIndex.addModule(ModulePath, ModuleId); in addThisModule()
6579 return TheIndex.getModule(ModulePath); in getThisModule()
7165 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, ModulePath); in parseEntireSummary()
7423 SmallString<128> ModulePath; in parseModuleStringTable() local
7454 if (convertToString(Record, 1, ModulePath)) in parseModuleStringTable()
7457 LastSeenModule = TheIndex.addModule(ModulePath, ModuleId); in parseModuleStringTable()
7460 ModulePath.clear(); in parseModuleStringTable()
7730 StringRef ModulePath, uint64_t ModuleId) { in readSummary() argument
7736 ModulePath, ModuleId); in readSummary()