Home
last modified time | relevance | path

Searched refs:getModuleHash (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp174 MDC.ContextHash = MDC.ScanInstance.getInvocation().getModuleHash(); in FileChanged()
351 MD.ID.ContextHash = MD.BuildInvocation.getModuleHash(); in handleTopLevelModule()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInvocation.h224 std::string getModuleHash() const;
H A DCompilerInstance.h649 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp102 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getPromotedName()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DHeaderSearch.h403 StringRef getModuleHash() const { return ModuleHash; } in getModuleHash() function
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp145 auto ModHash = Index.getModuleHash(ModuleID); in computeLTOCacheKey()
177 auto ModHash = Index.getModuleHash(EntryIt->first()); in computeLTOCacheKey()
1270 all_of(CombinedIndex.getModuleHash(ModuleID), in runThinLTOBackendThread()
H A DThinLTOCodeGenerator.cpp373 if (all_of(Index.getModuleHash(ModuleID), in ModuleCacheEntry()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp490 std::string ModuleHash = getInvocation().getModuleHash(); in createPreprocessor()
1200 assert(ImportingInstance.getInvocation().getModuleHash() ==
1201 Invocation->getModuleHash() && "Module hash mismatch!");
H A DCompilerInvocation.cpp4551 std::string CompilerInvocation::getModuleHash() const { in getModuleHash() function in CompilerInvocation
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp882 Summary.getModuleHash(S->modulePath())); in updateIndexWPDForExports()
1303 TheFn.name(), ExportSummary.getModuleHash(S->modulePath())); in trySingleImplDevirt()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1459 const ModuleHash &getModuleHash(const StringRef ModPath) const {
/llvm-project-15.0.7/clang/lib/Lex/
H A DHeaderSearch.cpp218 StringRef ModuleCacheHash = HSOpts->DisableModuleHash ? "" : getModuleHash(); in getPrebuiltImplicitModuleFileName()