Searched refs:ModuleHash (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeWriter.h | 91 bool GenerateHash = false, ModuleHash *ModHash = nullptr); 101 const ModuleHash &ModHash); 133 ModuleHash *ModHash = nullptr); 144 const ModuleHash &ModHash);
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | NameAnonGlobals.cpp | 68 ModuleHasher ModuleHash(M); in nameUnamedGlobals() local 73 GV.setName(Twine("anon.") + ModuleHash.get() + "." + Twine(count++)); in nameUnamedGlobals()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 774 using ModuleHash = std::array<uint32_t, 5>; 783 using ModulePathStringTableTy = StringMap<std::pair<uint64_t, ModuleHash>>; 1080 const StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() const { 1085 StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() { 1095 const ModuleHash &getModuleHash(const StringRef ModPath) const { 1103 static std::string getGlobalNameForLocal(StringRef Name, ModuleHash ModHash) { 1123 ModuleHash Hash = ModuleHash{{0}}) {
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | ThinLTOBitcodeWriter.cpp | 397 ModuleHash ModHash = {{0}}; in splitAndWriteThinLTOBitcode() 453 ModuleHash ModHash = {{0}}; in writeThinLTOBitcode()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 253 ModuleHash *ModHash; 267 ModuleHash *ModHash = nullptr) in ModuleBitcodeWriter() 3387 [&](const StringMapEntry<std::pair<uint64_t, ModuleHash>> &MPSE) { in writeModStrings() 4257 bool GenerateHash, ModuleHash *ModHash) { in writeModule() 4285 bool GenerateHash, ModuleHash *ModHash) { in WriteBitcodeToFile() 4345 const ModuleHash *ModHash; 4351 const ModuleHash &ModHash) in ThinLinkBitcodeWriter() 4468 const ModuleHash &ModHash) { in writeThinLinkBitcode() 4488 const ModuleHash &ModHash) { in WriteThinLinkBitcodeToFile()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 2652 std::vector<std::pair<std::string, ModuleHash>> moduleVec; in printModuleSummaryIndex()
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 7179 ModuleHash Hash; in ParseModuleEntry()
|