Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp122 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getPromotedName()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h319 std::string getModuleHash() const;
H A DCompilerInstance.h725 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h443 StringRef getModuleHash() const { return ModuleHash; } in getModuleHash() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp488 std::string ModuleHash = getInvocation().getModuleHash(); in createPreprocessor()
1227 assert(ImportingInstance.getInvocation().getModuleHash() ==
1228 Invocation->getModuleHash() && "Module hash mismatch!");
H A DCompilerInvocation.cpp4914 std::string CompilerInvocation::getModuleHash() const { in getModuleHash() function in CompilerInvocation
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp162 auto ModHash = Index.getModuleHash(ModuleID); in computeLTOCacheKey()
1485 all_of(CombinedIndex.getModuleHash(ModuleID), in runThinLTOBackendThread()
H A DThinLTOCodeGenerator.cpp376 if (all_of(Index.getModuleHash(ModuleID), in ModuleCacheEntry()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp452 MDC.ContextHash = MDC.ScanInstance.getInvocation().getModuleHash(); in LexedFileChanged()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp948 Summary.getModuleHash(S->modulePath())); in updateIndexWPDForExports()
1377 TheFn.name(), ExportSummary.getModuleHash(S->modulePath())); in trySingleImplDevirt()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1745 const ModuleHash &getModuleHash(const StringRef ModPath) const {
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp242 StringRef ModuleCacheHash = HSOpts->DisableModuleHash ? "" : getModuleHash(); in getPrebuiltImplicitModuleFileName()