/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriterPass.cpp | 27 EmitModuleHash); in run() 36 bool EmitModuleHash; member in __anon79bde97e0111::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/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriterPass.cpp | 26 WriteBitcodeToFile(M, OS, ShouldPreserveUseListOrder, Index, EmitModuleHash); in run() 35 bool EmitModuleHash; member in __anonaa8304d60111::WriteBitcodePass 44 bool EmitSummaryIndex, bool EmitModuleHash) in WriteBitcodePass() argument 47 EmitSummaryIndex(EmitSummaryIndex), EmitModuleHash(EmitModuleHash) { in WriteBitcodePass() 59 EmitModuleHash); in runOnModule() 79 bool EmitSummaryIndex, bool EmitModuleHash) { in INITIALIZE_PASS_DEPENDENCY() 81 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
D | BitcodeWriterPass.h | 42 bool EmitModuleHash = false); 55 bool EmitModuleHash; variable 68 bool EmitModuleHash = false) 70 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-as/ |
D | llvm-as.cpp | 47 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"), variable 99 IndexToWrite, EmitModuleHash); in WriteOutputFile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/ |
D | NewPMDriver.h | 60 bool EmitSummaryIndex, bool EmitModuleHash,
|
D | opt.cpp | 194 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"), variable 618 EmitModuleHash, EnableDebugify) in main() 811 if (EmitModuleHash) in main() 819 EmitSummaryIndex, EmitModuleHash)); in main()
|
D | NewPMDriver.cpp | 195 bool EmitSummaryIndex, bool EmitModuleHash, in runPassPipeline() argument 298 EmitSummaryIndex, EmitModuleHash)); in runPassPipeline()
|
/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()
|