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.h45 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 Dllvm-as.cpp50 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 DNewPMDriver.h77 bool EmitModuleHash, bool EnableDebugify, bool VerifyDIPreserve,
H A Doptdriver.cpp191 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 DNewPMDriver.cpp348 bool EmitModuleHash, bool EnableDebugify, bool VerifyDIPreserve, in runPassPipeline() argument
509 EmitSummaryIndex, EmitModuleHash)); in runPassPipeline()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp32 WriteBitcodeToFile(M, OS, ShouldPreserveUseListOrder, Index, EmitModuleHash); in run()