Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInvocation.h184 std::string getModuleHash() const;
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp105 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getName()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTO.cpp145 auto ModHash = Index.getModuleHash(ModuleID); in computeLTOCacheKey()
155 auto ModHash = Index.getModuleHash(Entry.first()); in computeLTOCacheKey()
1003 all_of(CombinedIndex.getModuleHash(ModuleID), in runThinLTOBackendThread()
H A DThinLTOCodeGenerator.cpp311 if (all_of(Index.getModuleHash(ModuleID), in ModuleCacheEntry()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp470 getInvocation().getModuleHash()); in getSpecificModuleCachePath()
1091 assert(ImportingInstance.getInvocation().getModuleHash() ==
1092 Invocation->getModuleHash() && "Module hash mismatch!");
H A DCompilerInvocation.cpp3350 std::string CompilerInvocation::getModuleHash() const { in getModuleHash() function in CompilerInvocation
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1095 const ModuleHash &getModuleHash(const StringRef ModPath) const {