Searched refs:EmitModuleHash (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriterPass.cpp | 27 EmitModuleHash); in run() 36 bool EmitModuleHash; member in __anon05d2f4f20111::WriteBitcodePass 45 bool EmitSummaryIndex, bool EmitModuleHash) in WriteBitcodePass() argument 48 EmitSummaryIndex(EmitSummaryIndex), EmitModuleHash(EmitModuleHash) { in WriteBitcodePass() 60 EmitModuleHash); in runOnModule() 80 bool EmitSummaryIndex, bool EmitModuleHash) { in INITIALIZE_PASS_DEPENDENCY() 82 EmitSummaryIndex, EmitModuleHash); in INITIALIZE_PASS_DEPENDENCY()
|
/external/llvm/include/llvm/Bitcode/ |
D | BitcodeWriterPass.h | 41 bool EmitModuleHash = false); 51 bool EmitModuleHash; variable 64 bool EmitModuleHash = false) 66 EmitSummaryIndex(EmitSummaryIndex), EmitModuleHash(EmitModuleHash) {} in OS()
|
/external/llvm/tools/llvm-as/ |
D | llvm-as.cpp | 47 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"), variable 84 EmitModuleHash); in WriteOutputFile()
|
/external/llvm/tools/opt/ |
D | opt.cpp | 173 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"), variable 650 if (EmitModuleHash) in main() 655 EmitSummaryIndex, EmitModuleHash)); in main()
|