Searched refs:EmitModuleHash (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/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-14.2/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 105 IndexToWrite, EmitModuleHash); in WriteOutputFile()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/opt/ |
| H A D | NewPMDriver.h | 74 bool EmitSummaryIndex, bool EmitModuleHash,
|
| H A D | opt.cpp | 189 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"), variable 743 EmitModuleHash, EnableDebugify, in main() 758 if (EmitModuleHash) { in main()
|
| H A D | NewPMDriver.cpp | 334 bool EmitModuleHash, bool EnableDebugify, bool VerifyDIPreserve, in runPassPipeline() argument 489 EmitSummaryIndex, EmitModuleHash)); in runPassPipeline()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriterPass.cpp | 31 WriteBitcodeToFile(M, OS, ShouldPreserveUseListOrder, Index, EmitModuleHash); in run()
|