Searched defs:DebugLogging (Results 1 – 4 of 4) sorted by relevance
29 LLVMPassBuilderOptions(bool DebugLogging=false,bool VerifyEach=false,PipelineTuningOptions PTO=PipelineTuningOptions ()) LLVMPassBuilderOptions() argument 33 bool DebugLogging; global() member in llvm::LLVMPassBuilderOptions 92 LLVMPassBuilderOptionsSetDebugLogging(LLVMPassBuilderOptionsRef Options,LLVMBool DebugLogging) LLVMPassBuilderOptionsSetDebugLogging() argument
2348 StandardInstrumentations(LLVMContext & Context,bool DebugLogging,bool VerifyEach,PrintPassOptions PrintPassOpts) StandardInstrumentations() argument
86 OptNoneInstrumentation(bool DebugLogging) OptNoneInstrumentation() argument 447 bool DebugLogging; global() variable 450 VerifyInstrumentation(bool DebugLogging) VerifyInstrumentation() argument
69 enum class DebugLogging { None, Normal, Verbose, Quiet }; enum