Searched refs:DebugLogging (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/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 | 842 if (!ShouldRun && DebugLogging) { in shouldRun() 1141 if (DebugLogging) in registerCallbacks() 1156 if (DebugLogging) in registerCallbacks() 1217 bool DebugLogging, bool VerifyEach, PrintPassOptions PrintPassOpts) in StandardInstrumentations() argument 1218 : PrintPass(DebugLogging, PrintPassOpts), OptNone(DebugLogging), in StandardInstrumentations() 1225 Verify(DebugLogging), VerifyEach(VerifyEach) {} in StandardInstrumentations()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | StandardInstrumentations.h | 68 OptNoneInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in OptNoneInstrumentation() argument 72 bool DebugLogging; 405 bool DebugLogging; variable 408 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in VerifyInstrumentation() argument 429 StandardInstrumentations(bool DebugLogging, bool VerifyEach = false,
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/opt/ |
| H A D | NewPMDriver.cpp | 55 enum class DebugLogging { None, Normal, Verbose, Quiet }; enum 57 static cl::opt<DebugLogging> DebugPM( 60 cl::init(DebugLogging::None), 62 clEnumValN(DebugLogging::Normal, "", ""), 63 clEnumValN(DebugLogging::Quiet, "quiet", 66 DebugLogging::Verbose, "verbose", 297 PrintPassOpts.Verbose = DebugPM == DebugLogging::Verbose; in runPassPipeline() 298 PrintPassOpts.SkipAnalyses = DebugPM == DebugLogging::Quiet; in runPassPipeline() 299 StandardInstrumentations SI(DebugPM != DebugLogging::None, VerifyEachPass, in runPassPipeline()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/Transforms/ |
| H A D | PassBuilder.h | 66 LLVMBool DebugLogging);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachinePassManager.h | 135 MachineFunctionPassManager(bool DebugLogging = false,
|