Home
last modified time | relevance | path

Searched refs:HelpText (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td4 def NAME: Flag<["--"], name>, HelpText<help1>;
5 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>;
11 def grp_lld : OptionGroup<"kind">, HelpText<"LLD-SPECIFIC">;
16 HelpText<"Display help for hidden options">,
21 HelpText<"Maximum number of errors to print before exiting (default: 20)">,
24 HelpText<"Alias for --color-diagnostics=always">,
27 HelpText<"Alias for --color-diagnostics=never">,
30 HelpText<"Use colors in diagnostics (default: auto)">,
34HelpText<"Number of threads. '1' disables multi-threading. By default all available hardware threa…
45 HelpText<"Number of ThinLTO jobs. Default to --threads=">,
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td4 def NAME: Flag<["--"], name>, HelpText<help1>;
5 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>;
12 HelpText<help>;
16 HelpText<"Display available options (--help-hidden for more)">;
20 HelpText<"Display all available options">;
23 HelpText<"Display the version of this program">;
24 def : Flag<["-"], "v">, Alias<version>, HelpText<"Alias for --version">;
28 HelpText<"Increase the displayed address by the specified offset">;
31 HelpText<"Display all available header information, "
33 def : Flag<["-"], "x">, Alias<all_headers>, HelpText<"Alias for --all-headers">;
[all …]
H A DOtoolOpts.td3 def help : Flag<["--"], "help">, HelpText<"print help">;
5 HelpText<"print help for hidden flags">;
8 HelpText<"select slice of universal Mach-O file">;
9 def C : Flag<["-"], "C">, HelpText<"print linker optimization hints">;
10 def d : Flag<["-"], "d">, HelpText<"print data section">;
11 def D : Flag<["-"], "D">, HelpText<"print shared library id">;
12 def f : Flag<["-"], "f">, HelpText<"print universal headers">;
13 def G : Flag<["-"], "G">, HelpText<"print data-in-code table">;
14 def h : Flag<["-"], "h">, HelpText<"print mach header">;
15 def I : Flag<["-"], "I">, HelpText<"print indirect symbol table">;
[all …]
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DOptions.td11 def grp_attach : OptionGroup<"attaching">, HelpText<"ATTACHING">;
15 HelpText<"Tells the debugger to attach to a process with the given name.">,
19 HelpText<"Alias for --attach-name">,
23HelpText<"Tells the debugger to wait for a process with the given pid or name to launch before att…
27 HelpText<"Alias for --wait-for">,
32 HelpText<"Tells the debugger to attach to a process with the given pid.">,
36 HelpText<"Alias for --attach-pid">,
41 def grp_scripting : OptionGroup<"scripting">, HelpText<"SCRIPTING">;
44 HelpText<"Prints out the path to the lldb.py file for this version of lldb.">,
48 HelpText<"Alias for --python-path">,
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonOpts.td7 HelpText<help>;
10 def grp_coff : OptionGroup<"kind">, HelpText<"OPTIONS (COFF specific)">;
11 def grp_macho : OptionGroup<"kind">, HelpText<"OPTIONS (Mach-O specific)">;
18 HelpText<"Allow the tool to remove sections even if it would leave "
24 HelpText<"Enable deterministic mode when operating on archives (use "
28 HelpText<"Alias for --enable-deterministic-archives">;
32 HelpText<"Disable deterministic mode when operating on archives (use "
36 HelpText<"Alias for --disable-deterministic-archives">;
39 HelpText<"Preserve access and modification timestamps">;
42 HelpText<"Alias for --preserve-dates">;
[all …]
H A DInstallNameToolOpts.td19 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 DStripOpts.td3 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 DObjcopyOpts.td4 def NAME: Flag<["--"], name>, HelpText<help1>;
5 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>;
12 HelpText<"Alias for --binary-architecture">;
18 HelpText<"Alias for --target">;
23 HelpText<"Alias for --input-target">;
28 HelpText<"Alias for --output-target">;
37 HelpText<"Compress DWARF debug sections using specified format. Supported "
42 HelpText<"Decompress DWARF debug sections">;
80 HelpText<"Alias for --only-section">;
115 HelpText<"Alias for --strip-all">;
[all …]
H A DBitcodeStripOpts.td20 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/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td137 HelpText<"Finds cases where bitwise shift operation causes undefined behaviour.">,
150 HelpText<"Responsible for essential modeling and assumptions after a "
158 HelpText<"Check for logical errors for function calls and Objective-C "
213 HelpText<"Check for dereferences of null pointers">,
224 HelpText<"Check for null pointers passed as arguments to a function whose "
229 HelpText<"Check for declarations of VLA of undefined or zero size">,
233 HelpText<"Check for division by zero">,
237 HelpText<"Check for undefined results of binary operators">,
241 HelpText<"Generate information about stack address escapes.">,
246 HelpText<"Check that addresses to stack memory do not escape the function">,
[all …]
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td13 HelpText<help>;
17 def NAME: Flag<["--"], name>, HelpText<help1>;
18 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>;
29 HelpText<help>;
33 def NAME: Flag<["--", "-"], name>, HelpText<help1>;
34 def no_ # NAME: Flag<["--", "-"], "no-" # name>, HelpText<help2>;
39 def be8: F<"be8">, HelpText<"write a Big Endian ELF file using BE8 format (AArch32 only)">;
41 def Bno_symbolic: F<"Bno-symbolic">, HelpText<"Don't bind default visibility defined symbols locall…
43 def Bsymbolic: F<"Bsymbolic">, HelpText<"Bind default visibility defined symbols locally for -share…
46 HelpText<"Bind default visibility defined STB_GLOBAL symbols locally for -shared">;
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td352 Group<f_Group>, HelpText<pos_prefix # help>;
354 Group<f_Group>, HelpText<neg_prefix # help>;
364 Group<f_Group>, HelpText<pos_prefix # help>;
366 Group<f_Group>, HelpText<neg_prefix # help>;
376 Group<f_Group>, HelpText<pos_prefix # help>;
378 Group<f_Group>, HelpText<neg_prefix # help>;
387 Group<f_Group>, HelpText<pos_prefix # help>;
389 Group<f_Group>, HelpText<neg_prefix # help>;
398 HelpText<pos_prefix # help>;
400 HelpText<neg_prefix # help>;
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A DOpts.td4 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">;
23 def basenames : Flag<["--"], "basenames">, HelpText<"Strip directory names from paths">;
27 def color_EQ : Joined<["--"], "color=">, HelpText<"Whether to use color when symbolizing log markup: always, auto, never">, Values<"always,auto,never">;
34 def filter_markup : Flag<["--"], "filter-markup">, HelpText<"Filter symbolizer markup from stdin.">;
36 def functions_EQ : Joined<["--"], "functions=">, HelpText<"Print function name for a given address">, Values<"none,short,linkage">;
63 def : Flag<["-"], "a">, Alias<addresses>, HelpText<"Alia
[all...]
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DOptions.td4 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">;
25 HelpText<"Specify the desired type of DWARF linker. Defaults to 'classic'">;
34 HelpText<"Alias for --odr-deduplication">;
38 HelpText<"Alias for --no-odr-deduplication">;
50 HelpText<"Tombstone value used as a marker of invalid address(default: universal)\n"
60 HelpText<"Numbe
[all...]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DOptRSTEmitter.cpp77 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/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DOptions.td3 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 N: JoinedOrSeparate<["-"], "N">, HelpText<"Input native .def File on ARM64EC">;
18 def k: Flag<["-"], "k">, HelpText<"Kill @n Symbol from export">;
22 HelpText<"Don't add leading underscores on symbols">;
28 def S: JoinedOrSeparate<["-"], "S">, HelpText<"Assembler">;
31 def f: JoinedOrSeparate<["-"], "f">, HelpText<"Assembler Flags">;
34 def t: JoinedOrSeparate<["-"], "t">, HelpText<"Prefix for temporary files (ignored)">;
/freebsd/contrib/llvm-project/lld/COFF/
H A DOptions.td10 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">;
40 HelpText<"Use colors in diagnostics (default: auto)">,
67 HelpText<"Don't output an import lib">;
69 HelpText<"Act like lib.exe; must be first argument if present">;
73 HelpText<"Write repro.tar containing inputs and command to reproduce link">;
75 HelpText<"Ignore environment variables like %LIB%">;
[all …]
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLGSOptions.td9 HelpText<help>;
14 def grp_connect : OptionGroup<"connection">, HelpText<"CONNECTION">;
29HelpText<"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/contrib/llvm-project/llvm/tools/llvm-strings/
H A DOpts.td3 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/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A DOpts.td3 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/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DOpts.td3 class F<string name, string help> : Flag<["-"], name>, HelpText<help>;
4 class Arg<string name, string help> : Separate<["-"], name>, HelpText<help>;
7 def NAME #_EQ : Joined<["-", "--"], name #"=">, HelpText<help>;
11 def help : Flag<["--"], "help">, HelpText<"Display this help">;
12 def version : Flag<["--"], "version">, HelpText<"Display the version">;
23 def optimize_args_EQ : CommaJoined<["-", "--"], "optimize-args=">, HelpText<"Which command-line arg…
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DOptions.td10 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">;
29 HelpText<"Make .lib point to .obj files instead of copying their contents">;
32 HelpText<"When given no contents, produce an empty .lib file">;
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A DOpts.td3 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 to examine. The value must be one of: 32, 64, 32_64, any (default)">;
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">, Group<grp_mach_o>;
55 def grp_xcoff_o : OptionGroup<"kind">, HelpText<"llvm-nm XCOFF Specific Options">;
67 def : JoinedOrSeparate<["-"], "f">, HelpText<"Alia
[all...]
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A DOpts.td3 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/contrib/llvm-project/llvm/tools/llvm-size/
H A DOpts.td3 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…

12