Home
last modified time | relevance | path

Searched defs:DebugLogging (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp34 : 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 DStandardInstrumentations.cpp2436 StandardInstrumentations(LLVMContext & Context,bool DebugLogging,bool VerifyEach,PrintPassOptions PrintPassOpts) StandardInstrumentations() argument
/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h92 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 Dpassbuilder_ocaml.c56 value DebugLogging) { in llvm_passbuilder_options_set_debug_logging()
/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp69 enum class DebugLogging { None, Normal, Verbose, Quiet }; enum