Searched refs:EmitModuleHash (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeWriterPass.h36 /// If \c EmitModuleHash, compute and emit the module hash in the bitcode
41 bool EmitModuleHash = false);
54 bool EmitModuleHash; member in class:llvm::BitcodeWriterPass
67 bool EmitModuleHash = false)
69 EmitSummaryIndex(EmitSummaryIndex), EmitModuleHash(EmitModuleHash) {}
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp26 WriteBitcodeToFile(M, OS, ShouldPreserveUseListOrder, Index, EmitModuleHash);
35 bool EmitModuleHash; member in class:__anon3421::WriteBitcodePass
44 bool EmitSummaryIndex, bool EmitModuleHash)
47 EmitSummaryIndex(EmitSummaryIndex), EmitModuleHash(EmitModuleHash) {
59 EmitModuleHash);
79 bool EmitSummaryIndex, bool EmitModuleHash) {
81 EmitSummaryIndex, EmitModuleHash);
43 WriteBitcodePass(raw_ostream &o, bool ShouldPreserveUseListOrder, bool EmitSummaryIndex, bool EmitModuleHash) argument
77 createBitcodeWriterPass(raw_ostream &Str, bool ShouldPreserveUseListOrder, bool EmitSummaryIndex, bool EmitModuleHash) argument
/freebsd-13-stable/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.h68 bool EmitSummaryIndex, bool EmitModuleHash,
H A DNewPMDriver.cpp220 bool EmitSummaryIndex, bool EmitModuleHash,
386 EmitSummaryIndex, EmitModuleHash));
213 runPassPipeline(StringRef Arg0, Module &M, TargetMachine *TM, ToolOutputFile *Out, ToolOutputFile *ThinLTOLinkOut, ToolOutputFile *OptRemarkFile, StringRef PassPipeline, ArrayRef<StringRef> Passes, OutputKind OK, VerifierKind VK, bool ShouldPreserveAssemblyUseListOrder, bool ShouldPreserveBitcodeUseListOrder, bool EmitSummaryIndex, bool EmitModuleHash, bool EnableDebugify, bool Coroutines) argument
H A Dopt.cpp194 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"),
773 EmitModuleHash, EnableDebugify, Coroutines)
978 if (EmitModuleHash)
986 EmitSummaryIndex, EmitModuleHash));
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-as/
H A Dllvm-as.cpp50 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"),
105 IndexToWrite, EmitModuleHash);

Completed in 115 milliseconds