Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeWriterPass.h45 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 Dllvm-as.cpp50 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 DNewPMDriver.h74 bool EmitSummaryIndex, bool EmitModuleHash,
H A Dopt.cpp189 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 DNewPMDriver.cpp334 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 DBitcodeWriterPass.cpp31 WriteBitcodeToFile(M, OS, ShouldPreserveUseListOrder, Index, EmitModuleHash); in run()