Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DBitcodeWriterPass.cpp27 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/
DBitcodeWriterPass.cpp26 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/
DBitcodeWriterPass.cpp26 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/
DBitcodeWriterPass.h41 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/
DBitcodeWriterPass.h41 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/
DBitcodeWriterPass.h41 bool EmitModuleHash = false);
54 bool EmitModuleHash; variable
67 bool EmitModuleHash = false)
69 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-project/llvm/tools/llvm-as/
Dllvm-as.cpp50 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"), variable
105 IndexToWrite, EmitModuleHash); in WriteOutputFile()
/external/llvm-project/llvm/tools/opt/
DNewPMDriver.h73 bool EmitSummaryIndex, bool EmitModuleHash,
Dopt.cpp193 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()
DNewPMDriver.cpp229 bool EmitSummaryIndex, bool EmitModuleHash, in runPassPipeline() argument
427 EmitSummaryIndex, EmitModuleHash)); in runPassPipeline()
/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()