Searched refs:ModHash (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeWriter.h | 94 ModuleHash *ModHash = nullptr); 105 const ModuleHash &ModHash); 138 ModuleHash *ModHash = nullptr); 149 const ModuleHash &ModHash);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ThinLTOBitcodeWriter.cpp | 500 ModuleHash ModHash = {{0}}; in splitAndWriteThinLTOBitcode() local 502 /*GenerateHash=*/true, &ModHash); in splitAndWriteThinLTOBitcode() 515 W2.writeThinLinkBitcode(M, Index, ModHash); in splitAndWriteThinLTOBitcode() 579 ModuleHash ModHash = {{0}}; in writeThinLTOBitcode() local 581 /*GenerateHash=*/true, &ModHash); in writeThinLTOBitcode() 586 writeThinLinkBitcodeToFile(M, *ThinLinkOS, *Index, ModHash); in writeThinLTOBitcode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 296 ModuleHash *ModHash; member in __anoneb218b5c0111::ModuleBitcodeWriter 309 ModuleHash *ModHash = nullptr) in ModuleBitcodeWriter() argument 312 GenerateHash(GenerateHash), ModHash(ModHash), in ModuleBitcodeWriter() 5322 if (ModHash) in writeModuleHash() 5324 llvm::copy(Vals, std::begin(*ModHash)); in writeModuleHash() 5545 bool GenerateHash, ModuleHash *ModHash) { in writeModule() argument 5557 GenerateHash, ModHash); in writeModule() 5574 bool GenerateHash, ModuleHash *ModHash) { in WriteBitcodeToFile() argument 5577 ModHash); in WriteBitcodeToFile() 5638 const ModuleHash *ModHash; member in __anoneb218b5c2011::ThinLinkBitcodeWriter [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 172 auto ModHash = Index.getModuleHash(ModuleID); in computeLTOCacheKey() local 173 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&ModHash[0], sizeof(ModHash))); in computeLTOCacheKey() 208 auto ModHash = Index.getModule(FromModule)->second; in computeLTOCacheKey() local 209 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&ModHash[0], sizeof(ModHash))); in computeLTOCacheKey()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 1820 static std::string getGlobalNameForLocal(StringRef Name, ModuleHash ModHash) { 1821 std::string Suffix = utostr((uint64_t(ModHash[0]) << 32) | 1822 ModHash[1]); // Take the first 64 bits
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 3204 for (auto &[ModPath, ModHash] : TheIndex->modulePaths()) in printModuleSummaryIndex() 3208 ModPath.empty() ? RegularLTOModuleName : std::string(ModPath), ModHash); in printModuleSummaryIndex()
|