Home
last modified time | relevance | path

Searched defs:DebugLogging (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp29 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
H A DStandardInstrumentations.cpp2348 StandardInstrumentations(LLVMContext & Context,bool DebugLogging,bool VerifyEach,PrintPassOptions PrintPassOpts) StandardInstrumentations() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h86 OptNoneInstrumentation(bool DebugLogging) OptNoneInstrumentation() argument
447 bool DebugLogging; global() variable
450 VerifyInstrumentation(bool DebugLogging) VerifyInstrumentation() argument
/freebsd-src/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp69 enum class DebugLogging { None, Normal, Verbose, Quiet }; enum