Searched defs:DebugLogging (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilderBindings.cpp | 34 : DebugLogging(DebugLogging), VerifyEach(VerifyEach), member in llvm::LLVMPassBuilderOptions 30 LLVMPassBuilderOptions(bool DebugLogging=false,bool VerifyEach=false,PipelineTuningOptions PTO=PipelineTuningOptions ()) LLVMPassBuilderOptions() argument 93 LLVMPassBuilderOptionsSetDebugLogging(LLVMPassBuilderOptionsRef Options,LLVMBool DebugLogging) LLVMPassBuilderOptionsSetDebugLogging() argument
|
H A D | StandardInstrumentations.cpp | 2436 StandardInstrumentations(LLVMContext & Context,bool DebugLogging,bool VerifyEach,PrintPassOptions PrintPassOpts) StandardInstrumentations() argument
|
/llvm-project/llvm/include/llvm/Passes/ |
H A D | StandardInstrumentations.h | 92 OptNoneInstrumentation(bool DebugLogging) OptNoneInstrumentation() argument 460 bool DebugLogging; global() variable 463 VerifyInstrumentation(bool DebugLogging) VerifyInstrumentation() argument
|
/llvm-project/llvm/bindings/ocaml/transforms/passbuilder/ |
H A D | passbuilder_ocaml.c | 56 value DebugLogging) { in llvm_passbuilder_options_set_debug_logging()
|
/llvm-project/llvm/tools/opt/ |
H A D | NewPMDriver.cpp | 69 enum class DebugLogging { None, Normal, Verbose, Quiet }; enum
|