Searched refs:DebugLogging (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassBuilderBindings.cpp | 29 bool DebugLogging = false, bool VerifyEach = false, in LLVMPassBuilderOptions() argument 31 : DebugLogging(DebugLogging), VerifyEach(VerifyEach), PTO(PTO) {} in LLVMPassBuilderOptions() 33 bool DebugLogging; member in llvm::LLVMPassBuilderOptions 51 bool Debug = PassOpts->DebugLogging; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 92 LLVMBool DebugLogging) { in LLVMPassBuilderOptionsSetDebugLogging() argument 93 unwrap(Options)->DebugLogging = DebugLogging; in LLVMPassBuilderOptionsSetDebugLogging()
|
| H A D | StandardInstrumentations.cpp | 976 if (!ShouldRun && DebugLogging) { in shouldRun() 1393 if (DebugLogging) in registerCallbacks() 1408 if (DebugLogging) in registerCallbacks() 2348 LLVMContext &Context, bool DebugLogging, bool VerifyEach, in StandardInstrumentations() argument 2350 : PrintPass(DebugLogging, PrintPassOpts), in StandardInstrumentations() 2351 OptNone(DebugLogging), in StandardInstrumentations() 2359 Verify(DebugLogging), VerifyEach(VerifyEach) {} in StandardInstrumentations()
|
| /freebsd-14.2/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", 398 PrintPassOpts.Verbose = DebugPM == DebugLogging::Verbose; in runPassPipeline() 399 PrintPassOpts.SkipAnalyses = DebugPM == DebugLogging::Quiet; in runPassPipeline() 400 StandardInstrumentations SI(M.getContext(), DebugPM != DebugLogging::None, in runPassPipeline()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | StandardInstrumentations.h | 86 OptNoneInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in OptNoneInstrumentation() argument 90 bool DebugLogging; 447 bool DebugLogging; variable 450 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in VerifyInstrumentation() argument 587 StandardInstrumentations(LLVMContext &Context, bool DebugLogging,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/Transforms/ |
| H A D | PassBuilder.h | 73 LLVMBool DebugLogging);
|