Home
last modified time | relevance | path

Searched refs:ModHash (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h91 bool GenerateHash = false, ModuleHash *ModHash = nullptr);
101 const ModuleHash &ModHash);
133 ModuleHash *ModHash = nullptr);
144 const ModuleHash &ModHash);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp435 ModuleHash ModHash = {{0}}; in splitAndWriteThinLTOBitcode() local
437 /*GenerateHash=*/true, &ModHash); in splitAndWriteThinLTOBitcode()
450 W2.writeThinLinkBitcode(M, Index, ModHash); in splitAndWriteThinLTOBitcode()
510 ModuleHash ModHash = {{0}}; in writeThinLTOBitcode() local
512 /*GenerateHash=*/true, &ModHash); in writeThinLTOBitcode()
517 WriteThinLinkBitcodeToFile(M, *ThinLinkOS, *Index, ModHash); in writeThinLTOBitcode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp144 auto ModHash = Index.getModuleHash(ModuleID); in computeLTOCacheKey() local
145 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&ModHash[0], sizeof(ModHash))); in computeLTOCacheKey()
176 auto ModHash = Index.getModuleHash(EntryIt->first()); in computeLTOCacheKey() local
177 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&ModHash[0], sizeof(ModHash))); in computeLTOCacheKey()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp257 ModuleHash *ModHash; member in __anon97c08c270111::ModuleBitcodeWriter
271 ModuleHash *ModHash = nullptr) in ModuleBitcodeWriter() argument
274 Buffer(Buffer), GenerateHash(GenerateHash), ModHash(ModHash), in ModuleBitcodeWriter()
4387 if (ModHash) in writeModuleHash()
4389 llvm::copy(Vals, std::begin(*ModHash)); in writeModuleHash()
4603 bool GenerateHash, ModuleHash *ModHash) { in writeModule() argument
4615 GenerateHash, ModHash); in writeModule()
4631 bool GenerateHash, ModuleHash *ModHash) { in WriteBitcodeToFile() argument
4643 ModHash); in WriteBitcodeToFile()
4692 const ModuleHash *ModHash; member in __anon97c08c271311::ThinLinkBitcodeWriter
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1400 static std::string getGlobalNameForLocal(StringRef Name, ModuleHash ModHash) {
1403 NewName += utostr((uint64_t(ModHash[0]) << 32) |
1404 ModHash[1]); // Take the first 64 bits