| /llvm-project-15.0.7/llvm/include/llvm/Option/ |
| H A D | OptTable.h | 253 void printHelp(raw_ostream &OS, const char *Usage, const char *Title, 257 void printHelp(raw_ostream &OS, const char *Usage, const char *Title,
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | DriverUtils.cpp | 137 void elf::printHelp() { in printHelp() function in elf 138 ELFOptTable().printHelp( in printHelp()
|
| H A D | Driver.h | 67 void printHelp();
|
| /llvm-project-15.0.7/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOptions.cpp | 408 static void printHelp(const opt::OptTable &OptTable, raw_ostream &OS, in printHelp() function 429 OptTable.printHelp(OS, (ToolName + HelpText).str().c_str(), in printHelp() 573 printHelp(T, errs(), ToolType::Objcopy); in parseObjcopyOptions() 578 printHelp(T, outs(), ToolType::Objcopy); in parseObjcopyOptions() 1032 printHelp(T, errs(), ToolType::InstallNameTool); in parseInstallNameToolOptions() 1037 printHelp(T, outs(), ToolType::InstallNameTool); in parseInstallNameToolOptions() 1160 printHelp(T, errs(), ToolType::BitcodeStrip); in parseBitcodeStripOptions() 1165 printHelp(T, outs(), ToolType::BitcodeStrip); in parseBitcodeStripOptions() 1227 printHelp(T, errs(), ToolType::Strip); in parseStripOptions() 1232 printHelp(T, outs(), ToolType::Strip); in parseStripOptions()
|
| /llvm-project-15.0.7/lld/MinGW/ |
| H A D | Driver.cpp | 85 static void printHelp(const char *argv0) { in printHelp() function 86 MinGWOptTable().printHelp( in printHelp() 170 printHelp(argsArr[0]); in link()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Driver.h | 33 void printHelp(const char *argv0, bool showHidden) const;
|
| H A D | DriverUtils.cpp | 108 void MachOOptTable::printHelp(const char *argv0, bool showHidden) const { in printHelp() function in MachOOptTable 109 OptTable::printHelp(lld::outs(), in printHelp()
|
| /llvm-project-15.0.7/llvm/tools/llvm-symbolizer/ |
| H A D | llvm-symbolizer.cpp | 278 static void printHelp(StringRef ToolName, const SymbolizerOptTable &Tbl, in printHelp() function 281 Tbl.printHelp(OS, (ToolName + HelpText).str().c_str(), in printHelp() 304 printHelp(ToolName, Tbl, outs()); in parseOptions()
|
| /llvm-project-15.0.7/llvm/lib/Option/ |
| H A D | OptTable.cpp | 634 void OptTable::printHelp(raw_ostream &OS, const char *Usage, const char *Title, in printHelp() function in OptTable 636 printHelp(OS, Usage, Title, /*Include*/ 0, /*Exclude*/ in printHelp() 640 void OptTable::printHelp(raw_ostream &OS, const char *Usage, const char *Title, in printHelp() function in OptTable
|
| /llvm-project-15.0.7/lldb/tools/driver/ |
| H A D | Driver.cpp | 699 static void printHelp(LLDBOptTable &table, llvm::StringRef tool_name) { in printHelp() function 701 table.printHelp(llvm::outs(), usage_str.c_str(), "LLDB", false); in printHelp() 797 printHelp(T, argv0); in main()
|
| /llvm-project-15.0.7/flang/lib/FrontendTool/ |
| H A D | ExecuteCompilerInvocation.cpp | 103 clang::driver::getDriverOptTable().printHelp(llvm::outs(), in executeCompilerInvocation()
|
| /llvm-project-15.0.7/llvm/tools/llvm-mt/ |
| H A D | llvm-mt.cpp | 111 T.printHelp(outs(), "llvm-mt [options] file...", "Manifest Tool", false); in main()
|
| /llvm-project-15.0.7/llvm/unittests/Option/ |
| H A D | OptionParsingTest.cpp | 96 T.printHelp(RSO, "test", "title!"); in TEST() 100 T.printHelp(RSO, "name [options] file...", "title!"); in TEST()
|
| /llvm-project-15.0.7/llvm/tools/llvm-strings/ |
| H A D | llvm-strings.cpp | 136 Tbl.printHelp( in main()
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | Driver.h | 179 void printHelp(const char *argv0);
|
| /llvm-project-15.0.7/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 126 Table.printHelp(outs(), "llvm-dlltool [options] file...", "llvm-dlltool", in dlltoolDriverMain()
|
| /llvm-project-15.0.7/llvm/tools/llvm-cxxfilt/ |
| H A D | llvm-cxxfilt.cpp | 152 Tbl.printHelp(outs(), in llvm_cxxfilt_main()
|
| /llvm-project-15.0.7/llvm/tools/llvm-cvtres/ |
| H A D | llvm-cvtres.cpp | 125 T.printHelp(outs(), "llvm-cvtres [options] file...", "Resource Converter"); in main()
|
| /llvm-project-15.0.7/clang/lib/FrontendTool/ |
| H A D | ExecuteCompilerInvocation.cpp | 195 driver::getDriverOptTable().printHelp( in ExecuteCompilerInvocation()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | CommandLine.cpp | 2271 printHelp(); in operator =() 2277 void printHelp() { in printHelp() function in __anon3d17f4330c11::HelpPrinter 2669 CommonOptions->UncategorizedNormalPrinter.printHelp(); in PrintHelpMessage() 2671 CommonOptions->CategorizedNormalPrinter.printHelp(); in PrintHelpMessage() 2673 CommonOptions->UncategorizedHiddenPrinter.printHelp(); in PrintHelpMessage() 2675 CommonOptions->CategorizedHiddenPrinter.printHelp(); in PrintHelpMessage()
|
| /llvm-project-15.0.7/llvm/tools/llvm-rc/ |
| H A D | llvm-rc.cpp | 357 T.printHelp(outs(), "windres [options] file...", in parseWindresOptions() 505 T.printHelp(outs(), "rc [options] file...", "Resource Converter", false); in parseRcOptions()
|
| /llvm-project-15.0.7/llvm/tools/llvm-tli-checker/ |
| H A D | llvm-tli-checker.cpp | 259 Tbl.printHelp(outs(), Usage.c_str(), in main()
|
| /llvm-project-15.0.7/llvm/tools/llvm-lipo/ |
| H A D | llvm-lipo.cpp | 163 T.printHelp(errs(), "llvm-lipo input[s] option[s]", "llvm-lipo"); in parseLipoOptions() 169 T.printHelp(outs(), "llvm-lipo input[s] option[s]", "llvm-lipo"); in parseLipoOptions()
|
| /llvm-project-15.0.7/mlir/lib/Pass/ |
| H A D | PassRegistry.cpp | 76 options.printHelp(indent, descIndent); in printHelpStr() 314 void detail::PassOptions::printHelp(size_t indent, size_t descIndent) const { in printHelp() function in detail::PassOptions
|
| /llvm-project-15.0.7/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 291 Table.printHelp(outs(), "llvm-lib [options] file...", "LLVM Lib"); in libDriverMain()
|