Searched refs:extrahelp (Results 1 – 16 of 16) sorted by relevance
41 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);42 static cl::extrahelp MoreHelp(
117 // Declares llvm::cl::extrahelp.130 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);133 static cl::extrahelp MoreHelp("\nMore help text...\n");
125 // Declares llvm::cl::extrahelp.138 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);141 static cl::extrahelp MoreHelp("\nMore help text...\n");
112 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
57 static cl::extrahelp
64 static cl::extrahelp
58 static llvm::cl::extrahelp extraHelp(
54 static cl::extrahelp MoreHelp(
1477 .. _cl::extrahelp:1479 The ``cl::extrahelp`` class1482 The ``cl::extrahelp`` class is a nontemplated class that allows extra help text1488 struct extrahelp;1491 To use the extrahelp, simply construct one with a ``const char*`` parameter to1493 bottom of the help message, verbatim. Note that multiple ``cl::extrahelp``1495 additional help information, put all that help into a single ``cl::extrahelp``1502 cl::extrahelp("\nADDITIONAL HELP:\n\n This is the extra help\n");
28 static cl::extrahelp FileCheckOptsEnv(
260 static cl::extrahelp
1933 struct extrahelp {1936 explicit extrahelp(StringRef help);
386 cl::extrahelp
103 static cl::extrahelp
440 extrahelp::extrahelp(StringRef Help) : morehelp(Help) { in extrahelp() function in extrahelp
234 cl::extrahelp HelpResponse("\nPass @FILE as argument to read options from FILE.\n");