Searched refs:DebugLogging (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
D | PassBuilder.cpp | 398 bool DebugLogging) { in buildFunctionSimplificationPipeline() argument 400 FunctionPassManager FPM(DebugLogging); in buildFunctionSimplificationPipeline() 464 LoopPassManager LPM1(DebugLogging), LPM2(DebugLogging); in buildFunctionSimplificationPipeline() 500 std::move(LPM1), EnableMSSALoopDependency, DebugLogging)); in buildFunctionSimplificationPipeline() 507 std::move(LPM2), /*UseMemorySSA=*/false, DebugLogging)); in buildFunctionSimplificationPipeline() 548 EnableMSSALoopDependency, DebugLogging)); in buildFunctionSimplificationPipeline() 570 void PassBuilder::addPGOInstrPasses(ModulePassManager &MPM, bool DebugLogging, in addPGOInstrPasses() argument 591 CGSCCPassManager CGPipeline(DebugLogging); in addPGOInstrPasses() 626 LoopRotatePass(), EnableMSSALoopDependency, DebugLogging)); in addPGOInstrPasses() 640 bool DebugLogging, bool RunProfileGen, in addPGOInstrPassesForO0() argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/ |
D | PassBuilder.h | 287 bool DebugLogging = false); 307 bool DebugLogging = false); 323 bool DebugLogging = false, 338 bool DebugLogging = false, 355 bool DebugLogging = false); 369 buildThinLTODefaultPipeline(OptimizationLevel Level, bool DebugLogging, 385 bool DebugLogging = false); 399 bool DebugLogging, 437 bool DebugLogging = false); 448 bool DebugLogging = false); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PassManager.h | 471 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() argument 479 DebugLogging(std::move(Arg.DebugLogging)) {} in PassManager() 483 DebugLogging = std::move(RHS.DebugLogging); 501 if (DebugLogging) in run() 506 if (DebugLogging) in run() 543 if (DebugLogging) in run() 564 bool DebugLogging; variable 730 AnalysisManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() function 748 if (DebugLogging) in clear() 864 if (DebugLogging) in invalidate() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopPassManager.cpp | 29 if (DebugLogging) in run() 36 if (DebugLogging) in run() 89 if (DebugLogging) in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
D | LoopPassManager.h | 267 bool DebugLogging = false) 268 : Pass(std::move(Pass)), LoopCanonicalizationFPM(DebugLogging), 413 bool DebugLogging = false) { 415 DebugLogging);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CGSCCPassManager.cpp | 63 if (DebugLogging) in run() 71 if (DebugLogging) in run() 125 if (DebugLogging) in run()
|
/third_party/cups-filters/utils/ |
D | cups-browsed.conf.in | 16 # Where should cups-browsed create its debug log file (if "DebugLogging file" 32 # DebugLogging file 33 # DebugLogging stderr 34 # DebugLogging file stderr 35 # DebugLogging none
|
/third_party/cups-filters/ |
D | NEWS | 1009 file that with "DebugLogging stderr" the logging output goes 2211 "--logfile" option or via "DebugLogging file" option in
|