Home | History | Annotate | Download | only in Support

Lines Matching refs:cl

39 static cl::opt<bool, true>
40 Debug("debug", cl::desc("Enable debug output"), cl::Hidden,
41 cl::location(DebugFlag));
45 static cl::opt<unsigned>
47 cl::desc("Buffer the last N characters of debug output"
50 cl::Hidden,
51 cl::init(0));
68 static cl::opt<DebugOnlyOpt, true, cl::parser<std::string> >
69 DebugOnly("debug-only", cl::desc("Enable a specific type of debug output"),
70 cl::Hidden, cl::value_desc("debug string"),
71 cl::location(DebugOnlyOptLoc), cl::ValueRequired);