Searched defs:DebugLogging (Results 1 – 4 of 4) sorted by relevance
29 bool DebugLogging = false, bool VerifyEach = false, in LLVMPassBuilderOptions()33 bool DebugLogging; member in llvm::LLVMPassBuilderOptions92 LLVMBool DebugLogging) { in LLVMPassBuilderOptionsSetDebugLogging()
1216 bool DebugLogging, bool VerifyEach, PrintPassOptions PrintPassOpts) in StandardInstrumentations()
69 OptNoneInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in OptNoneInstrumentation()406 bool DebugLogging; variable409 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in VerifyInstrumentation()
55 enum class DebugLogging { None, Normal, Verbose }; enum