Go to the source code of this file.
|
| llvm |
| This class represents lattice values for constants.
|
|
|
static ManagedStatic< std::vector< std::string > > | llvm::CurrentDebugType |
|
static cl::opt< bool, true > | Debug ("debug", cl::desc("Enable debug output"), cl::Hidden, cl::location(DebugFlag)) |
|
static cl::opt< unsigned > | DebugBufferSize ("debug-buffer-size", cl::desc("Buffer the last N characters of debug output " "until program termination. " "[default 0 -- immediate print-out]"), cl::Hidden, cl::init(0)) |
|
static DebugOnlyOpt | DebugOnlyOptLoc |
|
static cl::opt< DebugOnlyOpt, true, cl::parser< std::string > > | DebugOnly ("debug-only", cl::desc("Enable a specific type of debug output (comma separated list of types)"), cl::Hidden, cl::ZeroOrMore, cl::value_desc("debug string"), cl::location(DebugOnlyOptLoc), cl::ValueRequired) |
|
◆ debug_user_sig_handler()
static void debug_user_sig_handler |
( |
void * |
Cookie | ) |
|
|
static |
◆ Debug
cl::opt<bool, true> Debug("debug", cl::desc("Enable debug output"), cl::Hidden, cl::location(DebugFlag)) |
|
static |
◆ DebugBufferSize
cl::opt<unsigned> DebugBufferSize("debug-buffer-size", cl::desc("Buffer the last N characters of debug output " "until program termination. " "[default 0 -- immediate print-out]"), cl::Hidden, cl::init(0)) |
|
static |
◆ DebugOnly
◆ DebugOnlyOptLoc
DebugOnlyOpt DebugOnlyOptLoc |
|
static |