Searched defs:DebugLogging (Results 1 – 4 of 4) sorted by relevance
31 bool DebugLogging = false, bool VerifyEach = false, in LLVMPassBuilderOptions()37 bool DebugLogging; member in llvm::LLVMPassBuilderOptions129 LLVMBool DebugLogging) { in LLVMPassBuilderOptionsSetDebugLogging()
2438 LLVMContext &Context, bool DebugLogging, bool VerifyEach, in StandardInstrumentations()
107 OptNoneInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in OptNoneInstrumentation()476 bool DebugLogging; variable479 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in VerifyInstrumentation()
71 enum class DebugLogging { None, Normal, Verbose, Quiet }; enum