Searched refs:ModPath (Results 1 – 4 of 4) sorted by relevance
338 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }1090 uint64_t getModuleId(const StringRef ModPath) const {1091 return ModulePathStringTable.lookup(ModPath).first;1095 const ModuleHash &getModuleHash(const StringRef ModPath) const {1096 auto It = ModulePathStringTable.find(ModPath);1122 ModuleInfo *addModule(StringRef ModPath, uint64_t ModId,1124 return &*ModulePathStringTable.insert({ModPath, {ModId, Hash}}).first;1128 ModuleInfo *getModule(StringRef ModPath) {1129 auto It = ModulePathStringTable.find(ModPath);
435 for (auto &ModPath : Index.modulePaths()) { in loadAllFilesForIndex() local436 const auto &Filename = ModPath.first(); in loadAllFilesForIndex()
1023 for (auto &ModPath : TheIndex->modulePaths()) in processIndex() local1024 ModuleIdToPathMap[ModPath.second.first] = ModPath.first(); in processIndex()2655 for (auto &ModPath : TheIndex->modulePaths()) in printModuleSummaryIndex() local2656 moduleVec[Machine.getModulePathSlot(ModPath.first())] = std::make_pair( in printModuleSummaryIndex()2659 ModPath.second.first == -1u ? RegularLTOModuleName in printModuleSummaryIndex()2660 : (std::string)ModPath.first(), in printModuleSummaryIndex()2661 ModPath.second.second); in printModuleSummaryIndex()
1760 ModuleBuildStack ModPath = getSourceManager().getModuleBuildStack(); in loadModule() local1761 ModuleBuildStack::iterator Pos = ModPath.begin(), PosEnd = ModPath.end(); in loadModule()