Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp25 WriteBitcodeToFile(M, OS, ShouldPreserveUseListOrder, Index, EmitModuleHash); in run()
34 bool EmitModuleHash; member in __anon2a0c2dc30111::WriteBitcodePass
43 bool EmitSummaryIndex, bool EmitModuleHash) in WriteBitcodePass() argument
46 EmitSummaryIndex(EmitSummaryIndex), EmitModuleHash(EmitModuleHash) { in WriteBitcodePass()
58 EmitModuleHash); in runOnModule()
78 bool EmitSummaryIndex, bool EmitModuleHash) { in INITIALIZE_PASS_DEPENDENCY()
80 EmitSummaryIndex, EmitModuleHash); in INITIALIZE_PASS_DEPENDENCY()
/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DBitcodeWriterPass.h40 bool EmitModuleHash = false);
53 bool EmitModuleHash; variable
66 bool EmitModuleHash = false)
68 EmitSummaryIndex(EmitSummaryIndex), EmitModuleHash(EmitModuleHash) {} in OS()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/tools/opt/
H A DNewPMDriver.h79 bool EmitSummaryIndex, bool EmitModuleHash,
H A Dopt.cpp188 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"), variable
786 EmitModuleHash, EnableDebugify, in main()
969 if (EmitModuleHash) in main()
977 EmitSummaryIndex, EmitModuleHash)); in main()
H A DNewPMDriver.cpp295 bool EmitSummaryIndex, bool EmitModuleHash, in runPassPipeline() argument
502 EmitSummaryIndex, EmitModuleHash)); in runPassPipeline()