Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DModuleSummaryIndex.cpp38 ModPath = addModulePath(Path, NextModuleId, Other->getModuleHash(Path)) in mergeFrom()
/external/clang/include/clang/Frontend/
DCompilerInvocation.h166 std::string getModuleHash() const;
/external/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp91 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp105 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getName()
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp250 auto ModHash = Index.getModuleHash(ModuleID); in ModuleCacheEntry()
258 auto ModHash = Index.getModuleHash(Entry.first()); in ModuleCacheEntry()
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h433 const ModuleHash &getModuleHash(const StringRef ModPath) const { in getModuleHash() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp144 auto ModHash = Index.getModuleHash(ModuleID); in computeCacheKey()
154 auto ModHash = Index.getModuleHash(Entry.first()); in computeCacheKey()
972 all_of(CombinedIndex.getModuleHash(ModuleID), in runThinLTOBackendThread()
DThinLTOCodeGenerator.cpp316 auto ModHash = Index.getModuleHash(ModuleID); in ModuleCacheEntry()
368 auto ModHash = Index.getModuleHash(Entry.first()); in ModuleCacheEntry()
/external/clang/lib/Frontend/
DCompilerInstance.cpp392 getInvocation().getModuleHash()); in getSpecificModuleCachePath()
979 assert(ImportingInstance.getInvocation().getModuleHash() == in compileModuleImpl()
980 Invocation->getModuleHash() && "Module hash mismatch!"); in compileModuleImpl()
DCompilerInvocation.cpp2400 std::string CompilerInvocation::getModuleHash() const { in getModuleHash() function in CompilerInvocation
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h1020 const ModuleHash &getModuleHash(const StringRef ModPath) const {