Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassBuilderBindings.cpp29 bool DebugLogging = false, bool VerifyEach = false, in LLVMPassBuilderOptions()
33 bool DebugLogging; member in llvm::LLVMPassBuilderOptions
92 LLVMBool DebugLogging) { in LLVMPassBuilderOptionsSetDebugLogging()
H A DStandardInstrumentations.cpp2071 bool DebugLogging, bool VerifyEach, PrintPassOptions PrintPassOpts) in StandardInstrumentations()
/llvm-project-15.0.7/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h68 OptNoneInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in OptNoneInstrumentation()
401 bool DebugLogging; variable
404 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in VerifyInstrumentation()
/llvm-project-15.0.7/llvm/tools/opt/
H A DNewPMDriver.cpp67 enum class DebugLogging { None, Normal, Verbose, Quiet }; enum