Home
last modified time | relevance | path

Searched refs:DebugLogging (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp31 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 DStandardInstrumentations.cpp1059 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 DStandardInstrumentations.h94 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 DNewPMDriver.cpp69 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 Dpassbuilder_ocaml.c56 value DebugLogging) { in llvm_passbuilder_options_set_debug_logging() argument
58 Bool_val(DebugLogging)); in llvm_passbuilder_options_set_debug_logging()
H A Dllvm_passbuilder.mli31 (** Toggles debug logging. See [llvm::LLVMPassBuilderOptions::DebugLogging]. *)
/llvm-project/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h83 LLVMBool DebugLogging);
/llvm-project/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl04.rst154 /*DebugLogging*/ true);