Lines Matching refs:ModulePath
724 StringRef ModulePath; member in __anond7564fed0411::ModuleSummaryIndexBitcodeReader
733 StringRef ModulePath, unsigned ModuleId);
4882 StringRef ModulePath, unsigned ModuleId) in ModuleSummaryIndexBitcodeReader() argument
4884 ModulePath(ModulePath), ModuleId(ModuleId) {} in ModuleSummaryIndexBitcodeReader()
4887 TheIndex.addModule(ModulePath, ModuleId); in addThisModule()
4892 return TheIndex.getModule(ModulePath); in getThisModule()
5412 TheIndex.findSummaryInModule(AliaseeGUID, ModulePath); in parseEntireSummary()
5626 SmallString<128> ModulePath; in parseModuleStringTable() local
5651 if (convertToString(Record, 1, ModulePath)) in parseModuleStringTable()
5654 LastSeenModule = TheIndex.addModule(ModulePath, ModuleId); in parseModuleStringTable()
5657 ModulePath.clear(); in parseModuleStringTable()
5908 StringRef ModulePath, uint64_t ModuleId) { in readSummary() argument
5913 ModulePath, ModuleId); in readSummary()