Searched refs:ModuleHash (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
D | BitcodeWriter.h | 91 bool GenerateHash = false, ModuleHash *ModHash = nullptr); 101 const ModuleHash &ModHash); 133 ModuleHash *ModHash = nullptr); 144 const ModuleHash &ModHash);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | NameAnonGlobals.cpp | 67 ModuleHasher ModuleHash(M); in nameUnamedGlobals() local 72 GV.setName(Twine("anon.") + ModuleHash.get() + "." + Twine(count++)); in nameUnamedGlobals()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 874 using ModuleHash = std::array<uint32_t, 5>; 883 using ModulePathStringTableTy = StringMap<std::pair<uint64_t, ModuleHash>>; 1239 const StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() const { 1244 StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() { 1254 const ModuleHash &getModuleHash(const StringRef ModPath) const { 1262 static std::string getGlobalNameForLocal(StringRef Name, ModuleHash ModHash) { 1284 ModuleHash Hash = ModuleHash{{0}}) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ThinLTOBitcodeWriter.cpp | 406 ModuleHash ModHash = {{0}}; in splitAndWriteThinLTOBitcode() 481 ModuleHash ModHash = {{0}}; in writeThinLTOBitcode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 254 ModuleHash *ModHash; 268 ModuleHash *ModHash = nullptr) in ModuleBitcodeWriter() 3485 [&](const StringMapEntry<std::pair<uint64_t, ModuleHash>> &MPSE) { in writeModStrings() 4439 bool GenerateHash, ModuleHash *ModHash) { in writeModule() 4467 bool GenerateHash, ModuleHash *ModHash) { in WriteBitcodeToFile() 4527 const ModuleHash *ModHash; 4533 const ModuleHash &ModHash) in ThinLinkBitcodeWriter() 4650 const ModuleHash &ModHash) { in writeThinLinkBitcode() 4670 const ModuleHash &ModHash) { in WriteThinLinkBitcodeToFile()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 2687 std::vector<std::pair<std::string, ModuleHash>> moduleVec; in printModuleSummaryIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 7488 ModuleHash Hash; in ParseModuleEntry()
|