HomeSort by: relevance | last modified time | path
    Searched refs:getModuleHash (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
ModuleDepCollector.cpp 112 MDC.ContextHash = Instance.getInvocation().getModuleHash();
208 MD.ID.ContextHash = MD.Invocation.getModuleHash();
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInvocation.h 232 std::string getModuleHash() const;
CompilerInstance.h 648 return getSpecificModuleCachePath(getInvocation().getModuleHash());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
FunctionImportUtils.cpp 97 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier()));
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
HeaderSearch.h 334 StringRef getModuleHash() const { return ModuleHash; }
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTO.cpp 144 auto ModHash = Index.getModuleHash(ModuleID);
176 auto ModHash = Index.getModuleHash(EntryIt->first());
1225 all_of(CombinedIndex.getModuleHash(ModuleID),
ThinLTOCodeGenerator.cpp 344 if (all_of(Index.getModuleHash(ModuleID),
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInstance.cpp 488 std::string ModuleHash = getInvocation().getModuleHash();
1106 assert(ImportingInstance.getInvocation().getModuleHash() ==
1107 Invocation->getModuleHash() && "Module hash mismatch!");
CompilerInvocation.cpp 4464 std::string CompilerInvocation::getModuleHash() const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 855 Summary.getModuleHash(S->modulePath()));
1232 TheFn.name(), ExportSummary.getModuleHash(S->modulePath()));
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 1392 const ModuleHash &getModuleHash(const StringRef ModPath) const {
  /src/external/apache2/llvm/dist/clang/lib/Lex/
HeaderSearch.cpp 172 StringRef ModuleCacheHash = HSOpts->DisableModuleHash ? "" : getModuleHash();

Completed in 89 milliseconds