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.cpp154 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getPromotedName()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h305 std::string getModuleHash() const;
H A DCompilerInstance.h702 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h445 StringRef getModuleHash() const { return ModuleHash; } in getModuleHash() function
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp172 auto ModHash = Index.getModuleHash(ModuleID); in computeLTOCacheKey()
1520 all_of(CombinedIndex.getModuleHash(ModuleID), in runThinLTOBackendThread()
1638 all_of(CombinedIndex.getModuleHash(ModuleID), in runThinLTOBackendThread()
1722 all_of(CombinedIndex.getModuleHash(ModuleID), in runThinLTOBackendThread()
H A DThinLTOCodeGenerator.cpp368 if (all_of(Index.getModuleHash(ModuleID), in ModuleCacheEntry()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp485 std::string ModuleHash = getInvocation().getModuleHash(); in createPreprocessor()
1202 assert(getInvocation().getModuleHash() == Invocation->getModuleHash() && in cloneForModuleCompileImpl()
H A DCompilerInvocation.cpp5258 std::string CompilerInvocation::getModuleHash() const { in getModuleHash() function in CompilerInvocation
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp979 Summary.getModuleHash(S->modulePath())); in updateIndexWPDForExports()
1416 TheFn.name(), ExportSummary.getModuleHash(S->modulePath())); in trySingleImplDevirt()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp717 MDC.ScanInstance.getInvocation().getModuleHash()); in EndOfMainFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1812 const ModuleHash &getModuleHash(const StringRef ModPath) const {
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp246 StringRef ModuleCacheHash = HSOpts.DisableModuleHash ? "" : getModuleHash(); in getPrebuiltImplicitModuleFileName()