Searched refs:ModuleHash (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.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);
|
/external/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 302 typedef std::array<uint32_t, 5> ModuleHash; typedef 324 typedef StringMap<std::pair<uint64_t, ModuleHash>> ModulePathStringTableTy; 418 const StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() const { in modulePaths() 423 StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() { in modulePaths() 433 const ModuleHash &getModuleHash(const StringRef ModPath) const { in getModuleHash() 448 static std::string getGlobalNameForLocal(StringRef Name, ModuleHash ModHash) { in getGlobalNameForLocal() 466 ModuleHash Hash = ModuleHash{{0}}) {
|
/external/llvm/lib/Transforms/Utils/ |
D | NameAnonFunctions.cpp | 64 ModuleHasher ModuleHash(M); in nameUnamedFunctions() local 69 F.setName(Twine("anon.") + ModuleHash.get() + "." + Twine(count++)); in nameUnamedFunctions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | NameAnonGlobals.cpp | 68 ModuleHasher ModuleHash(M); in nameUnamedGlobals() local 73 GV.setName(Twine("anon.") + ModuleHash.get() + "." + Twine(count++)); in nameUnamedGlobals()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 725 using ModuleHash = std::array<uint32_t, 5>; 734 using ModulePathStringTableTy = StringMap<std::pair<uint64_t, ModuleHash>>; 1005 const StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() const { 1010 StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() { 1020 const ModuleHash &getModuleHash(const StringRef ModPath) const { 1028 static std::string getGlobalNameForLocal(StringRef Name, ModuleHash ModHash) { 1048 ModuleHash Hash = ModuleHash{{0}}) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | ThinLTOBitcodeWriter.cpp | 396 ModuleHash ModHash = {{0}}; in splitAndWriteThinLTOBitcode() 442 ModuleHash ModHash = {{0}}; in writeThinLTOBitcode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 251 ModuleHash *ModHash; 265 ModuleHash *ModHash = nullptr) in ModuleBitcodeWriter() 3325 [&](const StringMapEntry<std::pair<uint64_t, ModuleHash>> &MPSE) { in writeModStrings() 4143 bool GenerateHash, ModuleHash *ModHash) { in writeModule() 4171 bool GenerateHash, ModuleHash *ModHash) { in WriteBitcodeToFile() 4231 const ModuleHash *ModHash; 4237 const ModuleHash &ModHash) in ThinLinkBitcodeWriter() 4354 const ModuleHash &ModHash) { in writeThinLinkBitcode() 4374 const ModuleHash &ModHash) { in WriteThinLinkBitcodeToFile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 2607 std::vector<std::pair<std::string, ModuleHash>> moduleVec; in printModuleSummaryIndex()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 7010 ModuleHash Hash; in ParseModuleEntry()
|