Searched refs:DebugLogging (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassBuilderBindings.cpp | 30 bool DebugLogging = false, bool VerifyEach = false, in LLVMPassBuilderOptions() argument 32 : DebugLogging(DebugLogging), VerifyEach(VerifyEach), PTO(PTO) {} in LLVMPassBuilderOptions() 34 bool DebugLogging; member in llvm::LLVMPassBuilderOptions 52 bool Debug = PassOpts->DebugLogging; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 93 LLVMBool DebugLogging) { in LLVMPassBuilderOptionsSetDebugLogging() argument 94 unwrap(Options)->DebugLogging = DebugLogging; in LLVMPassBuilderOptionsSetDebugLogging()
|
| H A D | StandardInstrumentations.cpp | 1050 if (!ShouldRun && DebugLogging) { in shouldRun() 1467 if (DebugLogging) in registerCallbacks() 1482 if (DebugLogging) in registerCallbacks() 1492 if (DebugLogging) in registerCallbacks() 2445 LLVMContext &Context, bool DebugLogging, bool VerifyEach, in StandardInstrumentations() argument 2447 : PrintPass(DebugLogging, PrintPassOpts), in StandardInstrumentations() 2448 OptNone(DebugLogging), in StandardInstrumentations() 2456 Verify(DebugLogging), VerifyEach(VerifyEach) {} in StandardInstrumentations()
|
| /freebsd/contrib/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", 414 PrintPassOpts.Verbose = DebugPM == DebugLogging::Verbose; in runPassPipeline() 415 PrintPassOpts.SkipAnalyses = DebugPM == DebugLogging::Quiet; in runPassPipeline() 416 StandardInstrumentations SI(M.getContext(), DebugPM != DebugLogging::None, in runPassPipeline()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | StandardInstrumentations.h | 92 OptNoneInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in OptNoneInstrumentation() argument 96 bool DebugLogging; 460 bool DebugLogging; variable 463 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in VerifyInstrumentation() argument 602 StandardInstrumentations(LLVMContext &Context, bool DebugLogging,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/Transforms/ |
| H A D | PassBuilder.h | 73 LLVMBool DebugLogging);
|