/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilderBindings.cpp | 31 bool DebugLogging = false, bool VerifyEach = false, in LLVMPassBuilderOptions() 34 : DebugLogging(DebugLogging), VerifyEach(VerifyEach), member in llvm::LLVMPassBuilderOptions 37 bool DebugLogging; 54 bool Debug = PassOpts->DebugLogging; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 129 LLVMBool DebugLogging) { in LLVMPassBuilderOptionsSetLicmMssaNoAccForPromotionCap() 130 unwrap(Options)->DebugLogging = DebugLogging; in LLVMPassBuilderOptionsSetLicmMssaNoAccForPromotionCap() 30 LLVMPassBuilderOptions(bool DebugLogging=false,bool VerifyEach=false,PipelineTuningOptions PTO=PipelineTuningOptions ()) LLVMPassBuilderOptions() argument 93 LLVMPassBuilderOptionsSetDebugLogging(LLVMPassBuilderOptionsRef Options,LLVMBool DebugLogging) LLVMPassBuilderOptionsSetDebugLogging() argument
|
H A D | StandardInstrumentations.cpp | 1059 if (!ShouldRun && DebugLogging) { in shouldRun() 1476 if (DebugLogging) in registerCallbacks() 1491 if (DebugLogging) in registerCallbacks() 1501 if (DebugLogging) in registerCallbacks() 2455 LLVMContext &Context, bool DebugLogging, bool VerifyEach, in reportCrashIR() 2457 : PrintPass(DebugLogging, PrintPassOpts), OptNone(DebugLogging), in reportCrashIR() 2465 Verify(DebugLogging), DroppedStatsIR(DroppedVarStats), in SignalHandler() 2436 StandardInstrumentations(LLVMContext & Context,bool DebugLogging,bool VerifyEach,PrintPassOptions PrintPassOpts) StandardInstrumentations() argument
|
/llvm-project/llvm/include/llvm/Passes/ |
H A D | StandardInstrumentations.h | 94 OptNoneInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} 98 bool DebugLogging; 462 bool DebugLogging; 465 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} 605 StandardInstrumentations(LLVMContext &Context, bool DebugLogging, 92 OptNoneInstrumentation(bool DebugLogging) OptNoneInstrumentation() argument 460 bool DebugLogging; global() variable 463 VerifyInstrumentation(bool DebugLogging) VerifyInstrumentation() argument
|
/llvm-project/llvm/tools/opt/ |
H A D | NewPMDriver.cpp | 69 enum class DebugLogging { None, Normal, Verbose, Quiet }; enum 71 static cl::opt<DebugLogging> DebugPM( 74 cl::init(DebugLogging::None), 76 clEnumValN(DebugLogging::Normal, "", ""), 77 clEnumValN(DebugLogging::Quiet, "quiet", 80 DebugLogging::Verbose, "verbose", 419 PrintPassOpts.Verbose = DebugPM == DebugLogging::Verbose; in runPassPipeline() 420 PrintPassOpts.SkipAnalyses = DebugPM == DebugLogging::Quiet; in runPassPipeline() 421 StandardInstrumentations SI(M.getContext(), DebugPM != DebugLogging::None, in runPassPipeline()
|
/llvm-project/llvm/bindings/ocaml/transforms/passbuilder/ |
H A D | passbuilder_ocaml.c | 56 value DebugLogging) { in llvm_passbuilder_options_set_debug_logging() argument 58 Bool_val(DebugLogging)); in llvm_passbuilder_options_set_debug_logging()
|
H A D | llvm_passbuilder.mli | 31 (** Toggles debug logging. See [llvm::LLVMPassBuilderOptions::DebugLogging]. *)
|
/llvm-project/llvm/include/llvm-c/Transforms/ |
H A D | PassBuilder.h | 83 LLVMBool DebugLogging);
|
/llvm-project/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
H A D | LangImpl04.rst | 154 /*DebugLogging*/ true);
|