/aosp_15_r20/external/llvm/lib/IR/ |
H A D | ModuleSummaryIndex.cpp | 38 ModPath = addModulePath(Path, NextModuleId, Other->getModuleHash(Path)) in mergeFrom()
|
/aosp_15_r20/external/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 166 std::string getModuleHash() const;
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | FunctionImportUtils.cpp | 91 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getName()
|
/aosp_15_r20/external/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 250 auto ModHash = Index.getModuleHash(ModuleID); in ModuleCacheEntry() 258 auto ModHash = Index.getModuleHash(Entry.first()); in ModuleCacheEntry()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | FunctionImportUtils.cpp | 97 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getPromotedName()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | FunctionImportUtils.cpp | 122 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getPromotedName()
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 392 getInvocation().getModuleHash()); in getSpecificModuleCachePath() 979 assert(ImportingInstance.getInvocation().getModuleHash() == in compileModuleImpl() 980 Invocation->getModuleHash() && "Module hash mismatch!"); in compileModuleImpl()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTO.cpp | 148 auto ModHash = Index.getModuleHash(ModuleID); in computeLTOCacheKey() 160 auto ModHash = Index.getModuleHash(Entry.first()); in computeLTOCacheKey() 1101 all_of(CombinedIndex.getModuleHash(ModuleID), in runThinLTOBackendThread()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/ |
D | CompilerInvocation.h | 304 std::string getModuleHash() const;
|
D | CompilerInstance.h | 683 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/ |
D | CompilerInvocation.h | 310 std::string getModuleHash() const;
|
D | CompilerInstance.h | 725 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/ |
D | CompilerInvocation.h | 310 std::string getModuleHash() const;
|
D | CompilerInstance.h | 689 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/ |
D | CompilerInvocation.h | 310 std::string getModuleHash() const;
|
D | CompilerInstance.h | 689 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 433 const ModuleHash &getModuleHash(const StringRef ModPath) const { in getModuleHash() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/ |
H A D | LTO.cpp | 148 auto ModHash = Index.getModuleHash(ModuleID); in computeLTOCacheKey() 180 auto ModHash = Index.getModuleHash(EntryIt->first()); in computeLTOCacheKey() 1306 all_of(CombinedIndex.getModuleHash(ModuleID), in runThinLTOBackendThread()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/ |
D | HeaderSearch.h | 426 StringRef getModuleHash() const { return ModuleHash; } in getModuleHash() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/ |
D | HeaderSearch.h | 426 StringRef getModuleHash() const { return ModuleHash; } in getModuleHash() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/ |
D | HeaderSearch.h | 426 StringRef getModuleHash() const { return ModuleHash; } in getModuleHash() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/ |
D | HeaderSearch.h | 447 StringRef getModuleHash() const { return ModuleHash; } in getModuleHash() function
|
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/functional/ |
H A D | KeyMintAidlTestBase.h | 106 std::optional<vector<uint8_t>> getModuleHash();
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 733 Summary.getModuleHash(S->modulePath())); in updateIndexWPDForExports() 1028 TheFn.name(), ExportSummary.getModuleHash(S->modulePath())); in trySingleImplDevirt()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 881 Summary.getModuleHash(S->modulePath())); in updateIndexWPDForExports() 1302 TheFn.name(), ExportSummary.getModuleHash(S->modulePath())); in trySingleImplDevirt()
|