Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp112 MDC.ContextHash = Instance.getInvocation().getModuleHash(); in FileChanged()
208 MD.ID.ContextHash = MD.Invocation.getModuleHash(); in handleTopLevelModule()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h232 std::string getModuleHash() const;
H A DCompilerInstance.h648 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp97 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getPromotedName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearch.h334 StringRef getModuleHash() const { return ModuleHash; } in getModuleHash() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp144 auto ModHash = Index.getModuleHash(ModuleID); in computeLTOCacheKey()
176 auto ModHash = Index.getModuleHash(EntryIt->first()); in computeLTOCacheKey()
1225 all_of(CombinedIndex.getModuleHash(ModuleID), in runThinLTOBackendThread()
H A DThinLTOCodeGenerator.cpp344 if (all_of(Index.getModuleHash(ModuleID), in ModuleCacheEntry()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp488 std::string ModuleHash = getInvocation().getModuleHash(); in createPreprocessor()
1106 assert(ImportingInstance.getInvocation().getModuleHash() ==
1107 Invocation->getModuleHash() && "Module hash mismatch!");
H A DCompilerInvocation.cpp4464 std::string CompilerInvocation::getModuleHash() const { in getModuleHash() function in CompilerInvocation
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp855 Summary.getModuleHash(S->modulePath())); in updateIndexWPDForExports()
1232 TheFn.name(), ExportSummary.getModuleHash(S->modulePath())); in trySingleImplDevirt()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1392 const ModuleHash &getModuleHash(const StringRef ModPath) const {
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp172 StringRef ModuleCacheHash = HSOpts->DisableModuleHash ? "" : getModuleHash(); in getPrebuiltImplicitModuleFileName()