Lines Matching defs:cl
58 namespace cl {
117 } // namespace cl
125 using namespace cl;
140 cl::OptionCategory SectionCategory("Section-specific Dump Options",
149 cl::NotHidden);
184 cl::NotHidden);
200 aliasopt(IgnoreCase), cl::NotHidden);
208 cl::NotHidden);
215 OutputFilename("o", cl::init("-"),
216 cl::desc("Redirect output to the specified file."),
217 cl::value_desc("filename"), cat(DwarfDumpCategory));
227 cl::NotHidden);
234 aliasopt(ShowChildren), cl::NotHidden);
241 aliasopt(ShowParents), cl::NotHidden);
248 cl::NotHidden);
255 aliasopt(ChildRecurseDepth), cl::NotHidden);
265 static cl::opt<bool>
267 cl::desc("Emit JSON-formatted debug info quality metrics."),
269 static cl::opt<bool>
271 cl::desc("Show the sizes of all debug sections, "
274 static cl::opt<bool> ManuallyGenerateUnitIndex(
276 cl::desc("if the input is dwp file, parse .debug_info "
280 cl::init(false), cl::Hidden, cl::cat(DwarfDumpCategory));
281 static cl::opt<bool>
283 cl::desc("Show the sources across all compilation units."),
310 cl::NotHidden);
315 cat(DwarfDumpCategory), cl::NotHidden);
316 static cl::extrahelp
833 cl::ParseCommandLineOptions(