Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DBitcodeWriterPass.cpp27 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/
DBitcodeWriterPass.h41 bool EmitModuleHash = false);
51 bool EmitModuleHash; variable
64 bool EmitModuleHash = false)
66 EmitSummaryIndex(EmitSummaryIndex), EmitModuleHash(EmitModuleHash) {} in OS()
/external/llvm/tools/llvm-as/
Dllvm-as.cpp47 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"), variable
84 EmitModuleHash); in WriteOutputFile()
/external/llvm/tools/opt/
Dopt.cpp173 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"), variable
650 if (EmitModuleHash) in main()
655 EmitSummaryIndex, EmitModuleHash)); in main()