Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeWriterPass.h47 bool EmitModuleHash; variable
60 bool EmitModuleHash = false)
62 EmitSummaryIndex(EmitSummaryIndex), EmitModuleHash(EmitModuleHash) {} in OS()
/freebsd/contrib/llvm-project/llvm/tools/llvm-as/
H A Dllvm-as.cpp49 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"), variable
104 IndexToWrite, EmitModuleHash); in WriteOutputFile()
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.h77 bool EmitModuleHash, bool EnableDebugify, bool VerifyDIPreserve,
H A Doptdriver.cpp195 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"), variable
748 PreserveBitcodeUseListOrder, EmitSummaryIndex, EmitModuleHash, in optMain()
763 if (EmitModuleHash) { in optMain()
H A DNewPMDriver.cpp358 bool EmitModuleHash, bool EnableDebugify, bool VerifyDIPreserve, in runPassPipeline() argument
518 EmitSummaryIndex, EmitModuleHash)); in runPassPipeline()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp27 WriteBitcodeToFile(M, OS, ShouldPreserveUseListOrder, Index, EmitModuleHash); in run()