Searched refs:ModPath (Results 1 – 4 of 4) sorted by relevance
393 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }1389 uint64_t getModuleId(const StringRef ModPath) const {1390 return ModulePathStringTable.lookup(ModPath).first;1394 const ModuleHash &getModuleHash(const StringRef ModPath) const {1395 auto It = ModulePathStringTable.find(ModPath);1423 ModuleInfo *addModule(StringRef ModPath, uint64_t ModId,1425 return &*ModulePathStringTable.insert({ModPath, {ModId, Hash}}).first;1429 ModuleInfo *getModule(StringRef ModPath) {1430 auto It = ModulePathStringTable.find(ModPath);
1056 for (auto &ModPath : TheIndex->modulePaths()) in processIndex() local1057 ModuleIdToPathMap[ModPath.second.first] = ModPath.first(); in processIndex()2903 for (auto &ModPath : TheIndex->modulePaths()) in printModuleSummaryIndex() local2904 moduleVec[Machine.getModulePathSlot(ModPath.first())] = std::make_pair( in printModuleSummaryIndex()2907 ModPath.second.first == -1u ? RegularLTOModuleName in printModuleSummaryIndex()2908 : (std::string)std::string(ModPath.first()), in printModuleSummaryIndex()2909 ModPath.second.second); in printModuleSummaryIndex()
527 for (auto &ModPath : Index.modulePaths()) { in loadAllFilesForIndex() local528 const auto &Filename = ModPath.first(); in loadAllFilesForIndex()
1804 ModuleBuildStack ModPath = getSourceManager().getModuleBuildStack(); in findOrCompileModuleAndReadAST() local1805 ModuleBuildStack::iterator Pos = ModPath.begin(), PosEnd = ModPath.end(); in findOrCompileModuleAndReadAST()