Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp1216 bool DebugLogging, bool VerifyEach, PrintPassOptions PrintPassOpts) in StandardInstrumentations()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h69 OptNoneInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in OptNoneInstrumentation()
406 bool DebugLogging; variable
409 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in VerifyInstrumentation()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A DNewPMDriver.cpp55 enum class DebugLogging { None, Normal, Verbose }; enum