Home
last modified time | relevance | path

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

/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.h77 bool EmitModuleHash, bool EnableDebugify, bool VerifyDIPreserve,
H A Dopt.cpp189 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"), global() variable
H A DNewPMDriver.cpp348 bool EmitModuleHash, bool EnableDebugify, bool VerifyDIPreserve, in runPassPipeline()
509 EmitSummaryIndex, EmitModuleHash)); in runPassPipeline()
334 runPassPipeline(StringRef Arg0,Module & M,TargetMachine * TM,TargetLibraryInfoImpl * TLII,ToolOutputFile * Out,ToolOutputFile * ThinLTOLinkOut,ToolOutputFile * OptRemarkFile,StringRef PassPipeline,ArrayRef<PassPlugin> PassPlugins,OutputKind OK,VerifierKind VK,bool ShouldPreserveAssemblyUseListOrder,bool ShouldPreserveBitcodeUseListOrder,bool EmitSummaryIndex,bool EmitModuleHash,bool EnableDebugify,bool VerifyDIPreserve,bool UnifiedLTO) runPassPipeline() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp32 WriteBitcodeToFile(M, OS, ShouldPreserveUseListOrder, Index, EmitModuleHash); in run()
63 /*EmitModuleHash=*/false); in runOnModule()