Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp396 ModuleHash ModHash = {{0}}; in splitAndWriteThinLTOBitcode() local
442 ModuleHash ModHash = {{0}}; in writeThinLTOBitcode() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp251 ModuleHash *ModHash; member in __anonccef901f0111::ModuleBitcodeWriter
265 ModuleHash *ModHash = nullptr) in ModuleBitcodeWriter()
4143 bool GenerateHash, ModuleHash *ModHash) { in writeModule()
4171 bool GenerateHash, ModuleHash *ModHash) { in WriteBitcodeToFile()
4231 const ModuleHash *ModHash; member in __anonccef901f0d11::ThinLinkBitcodeWriter
4237 const ModuleHash &ModHash) in ThinLinkBitcodeWriter()
4354 const ModuleHash &ModHash) { in writeThinLinkBitcode()
4374 const ModuleHash &ModHash) { in WriteThinLinkBitcodeToFile()
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp250 auto ModHash = Index.getModuleHash(ModuleID); in ModuleCacheEntry() local
258 auto ModHash = Index.getModuleHash(Entry.first()); in ModuleCacheEntry() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp316 auto ModHash = Index.getModuleHash(ModuleID); in ModuleCacheEntry() local
368 auto ModHash = Index.getModuleHash(Entry.first()); in ModuleCacheEntry() local
DLTO.cpp144 auto ModHash = Index.getModuleHash(ModuleID); in computeCacheKey() local
154 auto ModHash = Index.getModuleHash(Entry.first()); in computeCacheKey() local
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h448 static std::string getGlobalNameForLocal(StringRef Name, ModuleHash ModHash) { in getGlobalNameForLocal()