Searched refs:ModPath (Results 1 – 2 of 2) sorted by relevance
378 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }1249 uint64_t getModuleId(const StringRef ModPath) const {1250 return ModulePathStringTable.lookup(ModPath).first;1254 const ModuleHash &getModuleHash(const StringRef ModPath) const {1255 auto It = ModulePathStringTable.find(ModPath);1283 ModuleInfo *addModule(StringRef ModPath, uint64_t ModId,1285 return &*ModulePathStringTable.insert({ModPath, {ModId, Hash}}).first;1289 ModuleInfo *getModule(StringRef ModPath) {1290 auto It = ModulePathStringTable.find(ModPath);
1030 for (auto &ModPath : TheIndex->modulePaths()) in processIndex() local1031 ModuleIdToPathMap[ModPath.second.first] = ModPath.first(); in processIndex()2690 for (auto &ModPath : TheIndex->modulePaths()) in printModuleSummaryIndex() local2691 moduleVec[Machine.getModulePathSlot(ModPath.first())] = std::make_pair( in printModuleSummaryIndex()2694 ModPath.second.first == -1u ? RegularLTOModuleName in printModuleSummaryIndex()2695 : (std::string)ModPath.first(), in printModuleSummaryIndex()2696 ModPath.second.second); in printModuleSummaryIndex()