Home
last modified time | relevance | path

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

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