Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInvocation.h224 std::string getModuleHash() const;
H A DCompilerInstance.h651 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp122 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getPromotedName()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DHeaderSearch.h415 StringRef getModuleHash() const { return ModuleHash; } in getModuleHash() function
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp148 auto ModHash = Index.getModuleHash(ModuleID); in computeLTOCacheKey()
180 auto ModHash = Index.getModuleHash(EntryIt->first()); in computeLTOCacheKey()
1306 all_of(CombinedIndex.getModuleHash(ModuleID), in runThinLTOBackendThread()
H A DThinLTOCodeGenerator.cpp373 if (all_of(Index.getModuleHash(ModuleID), in ModuleCacheEntry()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp497 std::string ModuleHash = getInvocation().getModuleHash(); in createPreprocessor()
1210 assert(ImportingInstance.getInvocation().getModuleHash() ==
1211 Invocation->getModuleHash() && "Module hash mismatch!");
H A DCompilerInvocation.cpp4596 std::string CompilerInvocation::getModuleHash() const { in getModuleHash() function in CompilerInvocation
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp312 MDC.ContextHash = MDC.ScanInstance.getInvocation().getModuleHash(); in FileChanged()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp881 Summary.getModuleHash(S->modulePath())); in updateIndexWPDForExports()
1302 TheFn.name(), ExportSummary.getModuleHash(S->modulePath())); in trySingleImplDevirt()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1606 const ModuleHash &getModuleHash(const StringRef ModPath) const {
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp219 StringRef ModuleCacheHash = HSOpts->DisableModuleHash ? "" : getModuleHash(); in getPrebuiltImplicitModuleFileName()