Searched defs:DebugLogging (Results 1 – 4 of 4) sorted by relevance
30 bool DebugLogging = false, bool VerifyEach = false, in LLVMPassBuilderOptions()34 bool DebugLogging; member in llvm::LLVMPassBuilderOptions93 LLVMBool DebugLogging) { in LLVMPassBuilderOptionsSetDebugLogging()
2445 LLVMContext &Context, bool DebugLogging, bool VerifyEach, in StandardInstrumentations()
92 OptNoneInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in OptNoneInstrumentation()460 bool DebugLogging; variable463 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in VerifyInstrumentation()
69 enum class DebugLogging { None, Normal, Verbose, Quiet }; enum