Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp122 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getPromotedName()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h304 std::string getModuleHash() const;
H A DCompilerInstance.h683 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h426 StringRef getModuleHash() const { return ModuleHash; } in getModuleHash() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp489 std::string ModuleHash = getInvocation().getModuleHash(); in createPreprocessor()
1226 assert(ImportingInstance.getInvocation().getModuleHash() ==
1227 Invocation->getModuleHash() && "Module hash mismatch!");
H A DCompilerInvocation.cpp4705 std::string CompilerInvocation::getModuleHash() const { in getModuleHash() function in CompilerInvocation
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp383 MDC.ContextHash = MDC.ScanInstance.getInvocation().getModuleHash(); in LexedFileChanged()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp156 auto ModHash = Index.getModuleHash(ModuleID); in computeLTOCacheKey()
1468 all_of(CombinedIndex.getModuleHash(ModuleID), in runThinLTOBackendThread()
H A DThinLTOCodeGenerator.cpp375 if (all_of(Index.getModuleHash(ModuleID), in ModuleCacheEntry()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp948 Summary.getModuleHash(S->modulePath())); in updateIndexWPDForExports()
1385 TheFn.name(), ExportSummary.getModuleHash(S->modulePath())); in trySingleImplDevirt()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1700 const ModuleHash &getModuleHash(const StringRef ModPath) const {
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp218 StringRef ModuleCacheHash = HSOpts->DisableModuleHash ? "" : getModuleHash(); in getPrebuiltImplicitModuleFileName()