Searched refs:ModPath (Results 1 – 5 of 5) sorted by relevance
33 procedure ModPath(BinDir : String);76 ModPath(appdir + '\bin');90 ModPath(appdir + '\bin');
391 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }1387 uint64_t getModuleId(const StringRef ModPath) const {1388 return ModulePathStringTable.lookup(ModPath).first;1392 const ModuleHash &getModuleHash(const StringRef ModPath) const {1393 auto It = ModulePathStringTable.find(ModPath);1421 ModuleInfo *addModule(StringRef ModPath, uint64_t ModId,1423 return &*ModulePathStringTable.insert({ModPath, {ModId, Hash}}).first;1427 ModuleInfo *getModule(StringRef ModPath) {1428 auto It = ModulePathStringTable.find(ModPath);
494 for (auto &ModPath : Index.modulePaths()) { in loadAllFilesForIndex() local495 const auto &Filename = ModPath.first(); in loadAllFilesForIndex()
1082 for (auto &ModPath : TheIndex->modulePaths()) in processIndex() local1083 ModuleIdToPathMap[ModPath.second.first] = ModPath.first(); in processIndex()2915 for (auto &ModPath : TheIndex->modulePaths()) in printModuleSummaryIndex() local2916 moduleVec[Machine.getModulePathSlot(ModPath.first())] = std::make_pair( in printModuleSummaryIndex()2919 ModPath.second.first == -1u ? RegularLTOModuleName in printModuleSummaryIndex()2920 : (std::string)std::string(ModPath.first()), in printModuleSummaryIndex()2921 ModPath.second.second); in printModuleSummaryIndex()
1787 ModuleBuildStack ModPath = getSourceManager().getModuleBuildStack(); in findOrCompileModuleAndReadAST() local1788 ModuleBuildStack::iterator Pos = ModPath.begin(), PosEnd = ModPath.end(); in findOrCompileModuleAndReadAST()