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()
2348 LLVMContext &Context, bool DebugLogging, bool VerifyEach, in StandardInstrumentations()
86 OptNoneInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in OptNoneInstrumentation()447 bool DebugLogging; variable450 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in VerifyInstrumentation()
69 enum class DebugLogging { None, Normal, Verbose, Quiet }; enum