Searched refs:DebugLogging (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassBuilderBindings.cpp | 31 bool DebugLogging = false, bool VerifyEach = false, in LLVMPassBuilderOptions() argument 34 : DebugLogging(DebugLogging), VerifyEach(VerifyEach), in LLVMPassBuilderOptions() 37 bool DebugLogging; member in llvm::LLVMPassBuilderOptions 54 bool Debug = PassOpts->DebugLogging; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 129 LLVMBool DebugLogging) { in LLVMPassBuilderOptionsSetDebugLogging() argument 130 unwrap(Options)->DebugLogging = DebugLogging; in LLVMPassBuilderOptionsSetDebugLogging()
|
| H A D | StandardInstrumentations.cpp | 1047 if (!ShouldRun && DebugLogging) { in shouldRun() 1464 if (DebugLogging) in registerCallbacks() 1479 if (DebugLogging) in registerCallbacks() 1489 if (DebugLogging) in registerCallbacks() 2438 LLVMContext &Context, bool DebugLogging, bool VerifyEach, in StandardInstrumentations() argument 2440 : PrintPass(DebugLogging, PrintPassOpts), OptNone(DebugLogging), in StandardInstrumentations() 2448 Verify(DebugLogging), DroppedStatsIR(DroppedVarStats), in StandardInstrumentations()
|
| /freebsd/contrib/llvm-project/llvm/tools/opt/ |
| H A D | NewPMDriver.cpp | 71 enum class DebugLogging { None, Normal, Verbose, Quiet }; enum 73 static cl::opt<DebugLogging> DebugPM( 76 cl::init(DebugLogging::None), 78 clEnumValN(DebugLogging::Normal, "", ""), 79 clEnumValN(DebugLogging::Quiet, "quiet", 82 DebugLogging::Verbose, "verbose", 422 PrintPassOpts.Verbose = DebugPM == DebugLogging::Verbose; in runPassPipeline() 423 PrintPassOpts.SkipAnalyses = DebugPM == DebugLogging::Quiet; in runPassPipeline() 424 StandardInstrumentations SI(M.getContext(), DebugPM != DebugLogging::None, in runPassPipeline()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | StandardInstrumentations.h | 107 OptNoneInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in OptNoneInstrumentation() argument 111 bool DebugLogging; 476 bool DebugLogging; variable 479 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in VerifyInstrumentation() argument 620 StandardInstrumentations(LLVMContext &Context, bool DebugLogging,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/Transforms/ |
| H A D | PassBuilder.h | 86 LLVMBool DebugLogging);
|