| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | ObjdumpOpts.td | 4 def NAME: Flag<["--"], name>, HelpText<help1>; 12 HelpText<help>; 20 HelpText<"Display all available options">; 46 HelpText<"Alias for --archive-headers">; 98 HelpText<"Alias for --dynamic-reloc">; 114 HelpText<"Alias for --file-headers">; 119 HelpText<"Alias for --full-contents">; 126 HelpText<"Alias for --line-numbers">; 176 HelpText<"Alias for --section">; 207 HelpText<"Display the symbol table">; [all …]
|
| H A D | OtoolOpts.td | 3 def help : Flag<["--"], "help">, HelpText<"print help">; 5 HelpText<"print help for hidden flags">; 8 HelpText<"select slice of universal Mach-O file">; 23 HelpText<"start disassembly at <function name>">; 26 HelpText<"use LLVM's disassembler (default)">; 30 HelpText<"print contents of section">; 41 HelpText<"print chained fixup information">; 43 HelpText<"print bind and rebase information">; 55 HelpText<"Obsolete and unsupported flags">; 60 HelpText<"print two-level hints table">; [all …]
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | Options.td | 4 def NAME: Flag<["--"], name>, HelpText<help1>; 100 HelpText<"Optimize output file size">; 158 HelpText<"Produce a shared library">, 161 HelpText<"Produce a bundle">, 175 HelpText<"Link statically">, 307 HelpText<"Alias for -sectcreate">, 348 HelpText<"Alias for -image_base">, 603 HelpText<"Alias for -why_load">, 630 HelpText<"Dump dependency info">, 931 HelpText<"Suppress all warnings">, [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/tools/driver/ |
| H A D | Options.td | 19 HelpText<"Alias for --attach-name">, 27 HelpText<"Alias for --wait-for">, 72 HelpText<"Alias for --repl">, 113 HelpText<"Alias for --batch">, 148 HelpText<"Alias for --source">, 190 HelpText<"Alias for --help">; 197 HelpText<"Alias for --core">; 203 HelpText<"Alias for --editor">; 216 HelpText<"Alias for --file">; 223 HelpText<"Alias for --arch">; [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | CommonOpts.td | 7 HelpText<help>; 39 HelpText<"Alias for --preserve-dates">; 48 HelpText<"Compatible with GNU's --strip-all">; 54 HelpText<"Alias for --strip-debug">; 63 HelpText<"Alias for --remove-section">; 73 HelpText<"Alias for --strip-symbol">; 82 HelpText<"Alias for --keep-symbol">; 92 HelpText< 101 HelpText<"Alias for --discard-locals">; 109 HelpText<"Alias for --discard-all">; [all …]
|
| H A D | InstallNameToolOpts.td | 19 HelpText<"Add new rpath">; 22 HelpText<"Add new rpath before other rpaths">; 25 HelpText<"Delete specified rpath">; 28 HelpText<"Delete all rpath directives">; 31 HelpText<"Change rpath path name">; 34 HelpText<"Change dynamic shared library id">; 37 HelpText<"Change dependent shared library install name">; 40 HelpText<"Print the version and exit.">; 44 HelpText<"Alias for --version">;
|
| H A D | StripOpts.td | 3 def output : JoinedOrSeparate<["-"], "o">, HelpText<"Write output to <file>">, 8 HelpText<"Alias for --strip-all">; 10 HelpText<"Disable --strip-all">; 14 HelpText<"Alias for --strip-debug">; 17 HelpText<"Alias for --strip-debug">; 20 HelpText<"Remove Swift symbols">;
|
| H A D | ObjcopyOpts.td | 7 HelpText<"Alias for --binary-architecture">; 13 HelpText<"Alias for --target">; 19 HelpText<"Alias for --input-target">; 25 HelpText<"Alias for --output-target">; 74 HelpText<"Alias for --only-section">; 98 HelpText<"Alias for --strip-all">; 121 HelpText< 133 HelpText< 144 HelpText<"Alias for --localize-symbol">; 161 HelpText<"Alias for --keep-global-symbol">; [all …]
|
| H A D | BitcodeStripOpts.td | 20 HelpText<"Print the version and exit">; 24 HelpText<"Alias for --version">; 27 HelpText<"Remove the __LLVM bitcode segment entirely">; 29 def output : JoinedOrSeparate<["-"], "o">, HelpText<"Write output to <file>">,
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | Options.td | 13 HelpText<help>; 17 def NAME: Flag<["--"], name>, HelpText<help1>; 29 HelpText<help>; 160 HelpText<"Disable new dynamic tags">; 375 HelpText<"Report target memory usage">; 539 HelpText<"Linker option extensions">; 592 HelpText<"Debug new pass manager">; 594 HelpText<"Emit assembly code">; 596 HelpText<"Passes to run during LTO">; 614 HelpText<"Sample profile file path">; [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 229 HelpText<"Check for division by zero">, 320 HelpText<"Simple lock -> unlock checker">, 596 HelpText<"Check improper use of chroot">, 667 HelpText<"Checks C++ std::string bugs">, 776 HelpText<"Models C++ containers">, 890 HelpText<"Check unreachable code">, 1367 HelpText<"Checks MPI code">, 1403 HelpText<"Model gtest assertion APIs">, 1583 HelpText<"Display Control-Flow Graphs">, 1591 HelpText<"Display Call Graph">, [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 367 HelpText<pos_prefix # help>; 369 HelpText<neg_prefix # help>; 675 HelpText<"Run the migrator">; 1321 HelpText< 1326 HelpText< 1331 HelpText< 1338 HelpText<"HIP device library">; 3422 HelpText<"Enable OpenACC">; 6484 HelpText<"Dump provenance">; 8050 HelpText<"No effect">; [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
| H A D | Opts.td | 4 def NAME: Flag<["--"], name>, HelpText<help1>; 5 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>; 10 HelpText<help>; 14 class F<string name, string help>: Flag<["--"], name>, HelpText<help>; 17 HelpText<"llvm-symbolizer Mach-O Specific Options">; 63 def : Flag<["-"], "a">, Alias<addresses>, HelpText<"Alias for --addresses">; 65 def : Flag<["-"], "C">, Alias<demangle>, HelpText<"Alias for --demangle">; 70 def : Flag<["-"], "f">, Alias<functions>, HelpText<"Alias for --functions">; 73 def : Flag<["-"], "i">, Alias<inlines>, HelpText<"Alias for --inlines">; 76 def : Flag<["-"], "s">, Alias<basenames>, HelpText<"Alias for --basenames">; [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | OptRSTEmitter.cpp | 77 std::string HelpText; in EmitOptRST() local 80 HelpText = R->getValueAsString("HelpText").trim().str(); in EmitOptRST() 81 if (!HelpText.empty() && HelpText.back() != '.') in EmitOptRST() 82 HelpText.push_back('.'); in EmitOptRST() 88 HelpText += (" " + MetaVarName + " must be '").str(); in EmitOptRST() 91 HelpText += join(Values.begin(), Values.end() - 1, "', '"); in EmitOptRST() 92 HelpText += "' or '"; in EmitOptRST() 94 HelpText += (Values.back() + "'.").str(); in EmitOptRST() 97 if (!HelpText.empty()) { in EmitOptRST() 99 OS.write_escaped(HelpText); in EmitOptRST()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
| H A D | Options.td | 4 def NAME: Flag<["--"], name>, HelpText<help1>; 5 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>; 10 HelpText<"Build accelerator tables(default: none)\n" 17 HelpText<"Prints this help output">; 21 HelpText<"Alias for --help">; 34 HelpText<"Alias for --odr-deduplication">; 38 HelpText<"Alias for --no-odr-deduplication">; 65 HelpText<"Alias for --num-threads">; 68 HelpText<"Enable verbose logging">; 74 HelpText<"Print the version and exit">; [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | Options.td | 3 def m: JoinedOrSeparate<["-"], "m">, HelpText<"Set target machine">; 6 def l: JoinedOrSeparate<["-"], "l">, HelpText<"Generate an import lib">; 9 def D: JoinedOrSeparate<["-"], "D">, HelpText<"Specify the input DLL Name">; 12 def d: JoinedOrSeparate<["-"], "d">, HelpText<"Input .def File">; 15 def k: Flag<["-"], "k">, HelpText<"Kill @n Symbol from export">; 19 HelpText<"Don't add leading underscores on symbols">; 25 def S: JoinedOrSeparate<["-"], "S">, HelpText<"Assembler">; 28 def f: JoinedOrSeparate<["-"], "f">, HelpText<"Assembler Flags">; 31 def t: JoinedOrSeparate<["-"], "t">, HelpText<"Prefix for temporary files (ignored)">;
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | Options.td | 10 Joined<["/", "-", "/?", "-?"], name#":">, HelpText<help>; 20 def "" : F<name>, HelpText<help_on>; 21 def _no : F<name#":no">, HelpText<help_off>; 36 HelpText<"Alias for --color-diagnostics=always">; 38 HelpText<"Alias for --color-diagnostics=never">; 67 HelpText<"Don't output an import lib">; 137 HelpText<"Use module-definition file">; 142 def dll : F<"dll">, HelpText<"Create a DLL">; 151 HelpText<"Remove all default libraries">; 278 HelpText<"Display the version number and exit">; [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | LLGSOptions.td | 9 HelpText<help>; 14 def grp_connect : OptionGroup<"connection">, HelpText<"CONNECTION">; 29 …HelpText<"Connect to the client instead of passively waiting for a connection. In this case [host]… 32 def grp_general : OptionGroup<"general options">, HelpText<"GENERAL OPTIONS">; 42 def setsid: F<"setsid">, HelpText<"Run lldb-server in a new session.">, 47 def help: F<"help">, HelpText<"Prints out the usage information for lldb-server.">, 52 def grp_target : OptionGroup<"target selection">, HelpText<"TARGET SELECTION">; 58 def REM : R<["--"], "">, HelpText<"Launch program for debugging.">,
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-strings/ |
| H A D | Opts.td | 3 class F<string letter, string help> : Flag<["-"], letter>, HelpText<help>; 4 class FF<string name, string help> : Flag<["--"], name>, HelpText<help>; 8 HelpText<help>; 15 def print_file_name : Flag<["--"], "print-file-name">, HelpText<"Print the name of the file before … 22 def : JoinedOrSeparate<["-"], "n">, Alias<bytes_EQ>, HelpText<"Alias for --bytes">; 23 def : JoinedOrSeparate<["-"], "t">, Alias<radix_EQ>, HelpText<"Alias for --radix">, MetaVarName<"<r…
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | Options.td | 10 Joined<["/", "-", "/?", "-?"], name#":">, HelpText<help>; 15 def "" : F<name>, HelpText<help_on>; 16 def _no : F<name#":no">, HelpText<help_off>; 23 def lst : F<"list">, HelpText<"List contents of .lib file on stdout">; 28 HelpText<"Make .lib point to .obj files instead of copying their contents">; 31 HelpText<"When given no contents, produce an empty .lib file">;
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cxxfilt/ |
| H A D | Opts.td | 3 class F<string letter, string help> : Flag<["-"], letter>, HelpText<help>; 4 class FF<string name, string help> : Flag<["--"], name>, HelpText<help>; 7 def NAME: Flag<["--"], name>, HelpText<help1>; 8 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>; 13 HelpText<help>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-tli-checker/ |
| H A D | Opts.td | 3 class F<string name, string help> : Flag<["--"], name>, HelpText<help>; 6 HelpText<help>, MetaVarName<metavar>; 11 def : Flag<["-"], "h">, HelpText<"Alias for --help">, Alias<help>; 16 def report_EQ : Joined<["--"], "report=">, HelpText<"Level of detail to report">, Values<"summary,d…
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | Opts.td | 3 class F<string letter, string help> : Flag<["-"], letter>, HelpText<help>; 4 class FF<string name, string help> : Flag<["--"], name>, HelpText<help>; 7 def NAME: Flag<["--"], name>, HelpText<help1>; 8 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>; 12 def NAME #_EQ : Joined<["--"], name #"=">, HelpText<help>; 16 def X : JoinedOrSeparate<["-"], "X">, HelpText<"Specifies the type of ELF, XCOFF, or IR object file… 43 def grp_mach_o : OptionGroup<"kind">, HelpText<"llvm-nm Mach-O Specific Options">; 47 def arch_EQ : Joined<["--"], "arch=">, HelpText<"architecture(s) from a Mach-O file to dump">, Grou… 55 def grp_xcoff_o : OptionGroup<"kind">, HelpText<"llvm-nm XCOFF Specific Options">; 67 def : JoinedOrSeparate<["-"], "f">, HelpText<"Alias for --format">, Alias<format_EQ>, MetaVarName<"… [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-size/ |
| H A D | Opts.td | 3 class F<string letter, string help> : Flag<["-"], letter>, HelpText<help>; 4 class FF<string name, string help> : Flag<["--"], name>, HelpText<help>; 8 HelpText<help>; 20 def grp_mach_o : OptionGroup<"kind">, HelpText<"OPTIONS (Mach-O specific)">; 21 def arch_EQ : Joined<["--"], "arch=">, HelpText<"architecture(s) from a Mach-O file to dump">, Grou…
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | Opts.td | 3 class F<string letter, string help> : Flag<["-"], letter>, HelpText<help>; 4 class FF<string name, string help> : Flag<["--"], name>, HelpText<help>; 7 def NAME: Flag<["--"], name>, HelpText<help1>; 8 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>; 12 def NAME #_EQ : Joined<["--"], name #"=">, HelpText<help>; 51 def grp_elf : OptionGroup<"kind">, HelpText<"OPTIONS (ELF specific)">; 68 def grp_mach_o : OptionGroup<"kind">, HelpText<"OPTIONS (Mach-O specific)">; 77 def grp_coff : OptionGroup<"kind">, HelpText<"OPTIONS (PE/COFF specific)">; 92 def grp_xcoff : OptionGroup<"kind">, HelpText<"OPTIONS (XCOFF specific)">; 107 def : Flag<["--"], "dt">, Alias<dyn_syms>, HelpText<"Alias for --dyn-syms">; [all …]
|