Searched refs:EmitModuleHash (Results 1 – 6 of 6) sorted by relevance
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeWriterPass.h | 45 bool EmitModuleHash; variable 58 bool EmitModuleHash = false) 60 EmitSummaryIndex(EmitSummaryIndex), EmitModuleHash(EmitModuleHash) {} in OS()
|
| /freebsd-src/contrib/llvm-project/llvm/tools/llvm-as/ |
| H A D | llvm-as.cpp | 50 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"), variable 107 IndexToWrite, EmitModuleHash); in WriteOutputFile()
|
| /freebsd-src/contrib/llvm-project/llvm/tools/opt/ |
| H A D | NewPMDriver.h | 77 bool EmitModuleHash, bool EnableDebugify, bool VerifyDIPreserve,
|
| H A D | opt.cpp | 189 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"), global() variable
|
| H A D | NewPMDriver.cpp | 348 bool EmitModuleHash, bool EnableDebugify, bool VerifyDIPreserve, in runPassPipeline() 509 EmitSummaryIndex, EmitModuleHash)); in runPassPipeline() 334 runPassPipeline(StringRef Arg0,Module & M,TargetMachine * TM,TargetLibraryInfoImpl * TLII,ToolOutputFile * Out,ToolOutputFile * ThinLTOLinkOut,ToolOutputFile * OptRemarkFile,StringRef PassPipeline,ArrayRef<PassPlugin> PassPlugins,OutputKind OK,VerifierKind VK,bool ShouldPreserveAssemblyUseListOrder,bool ShouldPreserveBitcodeUseListOrder,bool EmitSummaryIndex,bool EmitModuleHash,bool EnableDebugify,bool VerifyDIPreserve,bool UnifiedLTO) runPassPipeline() argument
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriterPass.cpp | 32 WriteBitcodeToFile(M, OS, ShouldPreserveUseListOrder, Index, EmitModuleHash); in run() 63 /*EmitModuleHash=*/false); in runOnModule()
|