Searched refs:EmitModuleHash (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriterPass.cpp | 25 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 D | BitcodeWriterPass.h | 40 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 D | llvm-as.cpp | 50 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 D | NewPMDriver.h | 75 bool EmitSummaryIndex, bool EmitModuleHash,
|
H A D | opt.cpp | 185 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 D | NewPMDriver.cpp | 332 bool EmitSummaryIndex, bool EmitModuleHash, in runPassPipeline() argument 480 EmitSummaryIndex, EmitModuleHash)); in runPassPipeline()
|