Searched refs:getModuleHash (Results 1 – 7 of 7) sorted by relevance
38 ModPath = addModulePath(Path, NextModuleId, Other->getModuleHash(Path)) in mergeFrom()
166 std::string getModuleHash() const;
91 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getName()
250 auto ModHash = Index.getModuleHash(ModuleID); in ModuleCacheEntry()258 auto ModHash = Index.getModuleHash(Entry.first()); in ModuleCacheEntry()
433 const ModuleHash &getModuleHash(const StringRef ModPath) const { in getModuleHash() function
392 getInvocation().getModuleHash()); in getSpecificModuleCachePath()979 assert(ImportingInstance.getInvocation().getModuleHash() == in compileModuleImpl()980 Invocation->getModuleHash() && "Module hash mismatch!"); in compileModuleImpl()
2400 std::string CompilerInvocation::getModuleHash() const { in getModuleHash() function in CompilerInvocation