Home | History | Annotate | Download | only in Support

Lines Matching full:outs

1084   outs().indent(Indent - FirstLineIndentedBy) << " - " << Split.first << "\n";
1087 outs().indent(Indent) << Split.first << "\n";
1093 outs() << " -" << ArgStr;
1118 outs() << " -" << O.ArgStr;
1121 outs() << "=<" << getValueStr(O, ValName) << '>';
1128 outs() << " -" << O.ArgStr;
1129 outs().indent(GlobalWidth-std::strlen(O.ArgStr));
1264 outs() << " -" << O.ArgStr;
1269 outs() << " =" << getOption(i);
1270 outs().indent(NumSpaces) << " - " << getDescription(i) << '\n';
1274 outs() << " " << O.HelpStr << '\n';
1277 outs() << " -" << Option;
1292 outs() << " -" << O.ArgStr;
1293 outs().indent(GlobalWidth-std::strlen(O.ArgStr));
1300 outs() << "= " << getOption(i);
1303 outs().indent(NumSpaces) << " (default: ";
1307 outs() << getOption(j);
1310 outs() << ")\n";
1313 outs() << "= *unknown option value*\n";
1328 outs() << "= " << Str; \
1330 outs().indent(NumSpaces) << " (default: "; \
1332 outs() << D.getValue(); \
1334 outs() << "*no default*"; \
1335 outs() << ")\n"; \
1351 outs() << "= " << V;
1353 outs().indent(NumSpaces) << " (default: ";
1355 outs() << D.getValue();
1357 outs() << "*no default*";
1358 outs() << ")\n";
1365 outs() << "= *cannot print option value*\n";
1437 outs() << "OVERVIEW: " << ProgramOverview << "\n";
1439 outs() << "USAGE: " << ProgramName << " [options]";
1449 outs() << " --" << PositionalOpts[i]->ArgStr;
1450 outs() << " " << PositionalOpts[i]->HelpStr;
1454 if (CAOpt) outs() << " " << CAOpt->HelpStr;
1456 outs() << "\n\n";
1463 outs() << "OPTIONS:\n";
1470 outs() << *I;
1539 outs() << "\n";
1540 outs() << (*Category)->getName() << ":\n";
1544 outs() << (*Category)->getDescription() << "\n\n";
1546 outs() << "\n";
1551 outs() << " This option category has no options.\n";
1682 raw_ostream &OS = outs();
1718 outs() << '\n';