Searched refs:GenerateHash (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h80 /// \p GenerateHash enables hashing the Module and including the hash in the
83 /// If \p ModHash is non-null, when GenerateHash is true, the resulting
84 /// hash is written into ModHash. When GenerateHash is false, that value
91 bool GenerateHash = false, ModuleHash *ModHash = nullptr);
120 /// \p GenerateHash enables hashing the Module and including the hash in the
123 /// If \p ModHash is non-null, when GenerateHash is true, the resulting
124 /// hash is written into ModHash. When GenerateHash is false, that value
132 bool GenerateHash = false,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp249 bool GenerateHash; member in class:__anon3417::ModuleBitcodeWriter
251 /// If non-null, when GenerateHash is true, the resulting hash is written
266 const ModuleSummaryIndex *Index, bool GenerateHash,
270 Buffer(Buffer), GenerateHash(GenerateHash), ModHash(ModHash),
1103 if (GenerateHash)
4253 if (GenerateHash) {
4481 bool GenerateHash, ModuleHash *ModHash) {
4493 GenerateHash, ModHash);
4509 bool GenerateHash, ModuleHas
263 ModuleBitcodeWriter(const Module &M, SmallVectorImpl<char> &Buffer, StringTableBuilder &StrtabBuilder, BitstreamWriter &Stream, bool ShouldPreserveUseListOrder, const ModuleSummaryIndex *Index, bool GenerateHash, ModuleHash *ModHash = nullptr) argument
4478 writeModule(const Module &M, bool ShouldPreserveUseListOrder, const ModuleSummaryIndex *Index, bool GenerateHash, ModuleHash *ModHash) argument
4506 WriteBitcodeToFile(const Module &M, raw_ostream &Out, bool ShouldPreserveUseListOrder, const ModuleSummaryIndex *Index, bool GenerateHash, ModuleHash *ModHash) argument
[all...]

Completed in 125 milliseconds