Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp2094 LLVMContext &Context, bool DebugLogging, bool VerifyEach, in StandardInstrumentations()
/openbsd-src/gnu/llvm/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h69 OptNoneInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in OptNoneInstrumentation()
431 bool DebugLogging; variable
434 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in VerifyInstrumentation()
/openbsd-src/gnu/llvm/llvm/tools/opt/
H A DNewPMDriver.cpp68 enum class DebugLogging { None, Normal, Verbose, Quiet }; enum