/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriterPass.cpp | 27 EmitModuleHash); in run() 36 bool EmitModuleHash; member in __anondd8fb99c0111::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-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriterPass.cpp | 26 WriteBitcodeToFile(M, OS, ShouldPreserveUseListOrder, Index, EmitModuleHash); in run() 35 bool EmitModuleHash; member in __anon115a1c7e0111::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-project/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriterPass.cpp | 26 WriteBitcodeToFile(M, OS, ShouldPreserveUseListOrder, Index, EmitModuleHash); in run() 35 bool EmitModuleHash; member in __anon6fa3190a0111::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/llvm-project/llvm/include/llvm/Bitcode/ |
D | BitcodeWriterPass.h | 41 bool EmitModuleHash = false); 54 bool EmitModuleHash; variable 67 bool EmitModuleHash = false) 69 EmitSummaryIndex(EmitSummaryIndex), EmitModuleHash(EmitModuleHash) {} in OS()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
D | BitcodeWriterPass.h | 41 bool EmitModuleHash = false); 54 bool EmitModuleHash; variable 67 bool EmitModuleHash = false) 69 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-project/llvm/tools/llvm-as/ |
D | llvm-as.cpp | 50 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"), variable 105 IndexToWrite, EmitModuleHash); in WriteOutputFile()
|
/external/llvm-project/llvm/tools/opt/ |
D | NewPMDriver.h | 73 bool EmitSummaryIndex, bool EmitModuleHash,
|
D | opt.cpp | 193 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"), variable 780 EmitModuleHash, EnableDebugify, Coroutines) in main() 970 if (EmitModuleHash) in main() 978 EmitSummaryIndex, EmitModuleHash)); in main()
|
D | NewPMDriver.cpp | 229 bool EmitSummaryIndex, bool EmitModuleHash, in runPassPipeline() argument 427 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()
|