Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp25 WriteBitcodeToFile(M, OS, ShouldPreserveUseListOrder, Index, EmitModuleHash); in run()
34 bool EmitModuleHash; member in __anond53863aa0111::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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/tools/opt/
H A DNewPMDriver.h75 bool EmitSummaryIndex, bool EmitModuleHash,
H A Dopt.cpp185 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"), variable
723 EmitModuleHash, EnableDebugify, in main()
738 if (EmitModuleHash) { in main()
H A DNewPMDriver.cpp332 bool EmitSummaryIndex, bool EmitModuleHash, in runPassPipeline() argument
480 EmitSummaryIndex, EmitModuleHash)); in runPassPipeline()