Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp30 bool DebugLogging = false, bool VerifyEach = false, in LLVMPassBuilderOptions()
34 bool DebugLogging; member in llvm::LLVMPassBuilderOptions
93 LLVMBool DebugLogging) { in LLVMPassBuilderOptionsSetDebugLogging()
H A DStandardInstrumentations.cpp2445 LLVMContext &Context, bool DebugLogging, bool VerifyEach, in StandardInstrumentations()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h92 OptNoneInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in OptNoneInstrumentation()
460 bool DebugLogging; variable
463 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in VerifyInstrumentation()
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp69 enum class DebugLogging { None, Normal, Verbose, Quiet }; enum