Searched refs:ModPath (Results 1 – 4 of 4) sorted by relevance
467 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }1601 uint64_t getModuleId(const StringRef ModPath) const {1602 return ModulePathStringTable.lookup(ModPath).first;1606 const ModuleHash &getModuleHash(const StringRef ModPath) const {1607 auto It = ModulePathStringTable.find(ModPath);1640 ModuleInfo *addModule(StringRef ModPath, uint64_t ModId,1642 return &*ModulePathStringTable.insert({ModPath, {ModId, Hash}}).first;1646 ModuleInfo *getModule(StringRef ModPath) {1647 auto It = ModulePathStringTable.find(ModPath);
541 for (auto &ModPath : Index.modulePaths()) { in loadAllFilesForIndex() local542 const auto &Filename = ModPath.first(); in loadAllFilesForIndex()
1912 ModuleBuildStack ModPath = getSourceManager().getModuleBuildStack(); in findOrCompileModuleAndReadAST() local1913 ModuleBuildStack::iterator Pos = ModPath.begin(), PosEnd = ModPath.end(); in findOrCompileModuleAndReadAST()
1071 for (auto &[ModPath, ModId] : TheIndex->modulePaths()) in processIndex()1072 ModuleIdToPathMap[ModId.first] = ModPath; in processIndex()2891 for (auto &[ModPath, ModId] : TheIndex->modulePaths()) in printModuleSummaryIndex()2892 moduleVec[Machine.getModulePathSlot(ModPath)] = std::make_pair( in printModuleSummaryIndex()2895 ModId.first == -1u ? RegularLTOModuleName : std::string(ModPath), in printModuleSummaryIndex()