Searched refs:EmitModuleHash (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
H A D | BitcodeWriterPass.h | 45 bool EmitModuleHash; 58 bool EmitModuleHash = false) 60 EmitSummaryIndex(EmitSummaryIndex), EmitModuleHash(EmitModuleHash) {} 53 bool EmitModuleHash; global() variable
|
/freebsd/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/contrib/llvm-project/llvm/tools/opt/ |
H A D | NewPMDriver.h | 77 bool EmitModuleHash, bool EnableDebugify, bool VerifyDIPreserve,
|
H A D | optdriver.cpp | 191 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"), variable 743 PreserveBitcodeUseListOrder, EmitSummaryIndex, EmitModuleHash, in optMain() 758 if (EmitModuleHash) { in optMain()
|
H A D | NewPMDriver.cpp | 348 bool EmitModuleHash, bool EnableDebugify, bool VerifyDIPreserve, in runPassPipeline() argument 509 EmitSummaryIndex, EmitModuleHash)); in runPassPipeline()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriterPass.cpp | 32 WriteBitcodeToFile(M, OS, ShouldPreserveUseListOrder, Index, EmitModuleHash); in run()
|