Home | History | Annotate | Download | only in llvm-ar

Lines Matching refs:cl

67 static cl::opt<bool>
68 X32Option ("X32_64", cl::Hidden,
69 cl::desc("Ignored option for compatibility with AIX"));
72 static cl::opt<std::string>
73 Options(cl::Positional, cl::Required, cl::desc("{operation}[modifiers]..."));
76 static cl::list<std::string>
77 RestOfArgs(cl::Positional, cl::OneOrMore,
78 cl::desc("[relpos] [count] <archive-file> [members]..."));
83 static cl::extrahelp MoreHelp(
146 cl::PrintHelpMessage();
229 cl::PrintHelpMessage();
870 cl::ParseCommandLineOptions(argc, argv,