Home
last modified time | relevance | path

Searched defs:ModHash (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp254 ModuleHash *ModHash; member in __anon56d4ff960111::ModuleBitcodeWriter
268 ModuleHash *ModHash = nullptr) in ModuleBitcodeWriter()
4439 bool GenerateHash, ModuleHash *ModHash) { in writeModule()
4467 bool GenerateHash, ModuleHash *ModHash) { in WriteBitcodeToFile()
4527 const ModuleHash *ModHash; member in __anon56d4ff960f11::ThinLinkBitcodeWriter
4533 const ModuleHash &ModHash) in ThinLinkBitcodeWriter()
4650 const ModuleHash &ModHash) { in writeThinLinkBitcode()
4670 const ModuleHash &ModHash) { in WriteThinLinkBitcodeToFile()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp257 ModuleHash *ModHash; member in __anon6d01d09c0111::ModuleBitcodeWriter
271 ModuleHash *ModHash = nullptr) in ModuleBitcodeWriter()
4855 bool GenerateHash, ModuleHash *ModHash) { in writeModule()
4883 bool GenerateHash, ModuleHash *ModHash) { in WriteBitcodeToFile()
4944 const ModuleHash *ModHash; member in __anon6d01d09c1711::ThinLinkBitcodeWriter
4950 const ModuleHash &ModHash) in ThinLinkBitcodeWriter()
5067 const ModuleHash &ModHash) { in writeThinLinkBitcode()
5087 const ModuleHash &ModHash) { in writeThinLinkBitcodeToFile()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp464 ModuleHash ModHash = {{0}}; in splitAndWriteThinLTOBitcode() local
539 ModuleHash ModHash = {{0}}; in writeThinLTOBitcode() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp406 ModuleHash ModHash = {{0}}; in splitAndWriteThinLTOBitcode() local
481 ModuleHash ModHash = {{0}}; in writeThinLTOBitcode() local
/aosp_15_r20/external/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp250 auto ModHash = Index.getModuleHash(ModuleID); in ModuleCacheEntry() local
258 auto ModHash = Index.getModuleHash(Entry.first()); in ModuleCacheEntry() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTO.cpp148 auto ModHash = Index.getModuleHash(ModuleID); in computeLTOCacheKey() local
160 auto ModHash = Index.getModuleHash(Entry.first()); in computeLTOCacheKey() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTO.cpp148 auto ModHash = Index.getModuleHash(ModuleID); in computeLTOCacheKey() local
180 auto ModHash = Index.getModuleHash(EntryIt->first()); in computeLTOCacheKey() local
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h448 static std::string getGlobalNameForLocal(StringRef Name, ModuleHash ModHash) { in getGlobalNameForLocal()