| /openbsd-src/gnu/llvm/llvm/tools/llvm-ml/ |
| H A D | Opts.td | 13 HelpText<"ML.EXE COMPATIBILITY OPTIONS">; 21 HelpText<"UNSUPPORTED ML.EXE COMPATIBILITY OPTIONS">; 32 HelpText<"Target platform (x86 or x86-64)">; 34 HelpText<"Lex tokens from a file without assembling">; 36 HelpText<"Enable debug output">; 38 HelpText<"Enable a specific type of debug output (comma " 41 HelpText<"Treat warnings as errors">; 43 HelpText<"Emit a file with the given type">; 45 HelpText<"Use ATT syntax for output assembly">; 47 HelpText<"Show instruction encodings in output assembly">; [all …]
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| 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">; 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 …]
|
| H A D | ObjdumpOpts.td | 4 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 …]
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | Options.td | 6 def grp_lld : OptionGroup<"kind">, HelpText<"LLD-SPECIFIC">; 11 HelpText<"Display help for hidden options">, 16 HelpText<"Maximum number of errors to print before exiting (default: 20)">, 19 HelpText<"Alias for --color-diagnostics=always">, 22 HelpText<"Alias for --color-diagnostics=never">, 25 HelpText<"Use colors in diagnostics (default: auto)">, 29 …HelpText<"Number of threads. '1' disables multi-threading. By default all available hardware threa… 40 HelpText<"Number of ThinLTO jobs. Default to --threads=">, 51 HelpText<"Write tar file containing inputs and command to reproduce link">, 54 HelpText<"Display the version number and exit">, [all …]
|
| /openbsd-src/gnu/llvm/lldb/tools/driver/ |
| H A D | Options.td | 11 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">, 23 …HelpText<"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 …]
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | Options.td | 13 HelpText<help>; 17 def NAME: Flag<["--"], name>, HelpText<help1>; 18 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>; 30 HelpText<help>; 34 def NAME: Flag<["--", "-"], name>, HelpText<help1>; 35 def no_ # NAME: Flag<["--", "-"], "no-" # name>, HelpText<help2>; 39 def Bsymbolic: F<"Bsymbolic">, HelpText<"Bind defined symbols locally">; 41 def Bdynamic: F<"Bdynamic">, HelpText<"Link against shared libraries (default)">; 43 def Bstatic: F<"Bstatic">, HelpText<"Do not link against shared libraries">; 49 HelpText<"Use colors in diagnostics (default: auto)">, [all …]
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-mt/ |
| H A D | Opts.td | 4 def manifest : Separate<["/", "-"], "manifest">, HelpText<"Used to specify each manifest that need … 5 def identity : Joined<["/", "-"], "identity:">, HelpText<"Not supported">, MetaVarName<"identity">,… 6 def rgs : Joined<["/", "-"], "rgs:">, HelpText<"Not supported">, MetaVarName<"script">, Group<unsup… 7 def tlb : Joined<["/", "-"], "tlb:">, HelpText<"Not supported">, MetaVarName<"file">, Group<unsuppo… 8 def dll : Joined<["/", "-"], "dll:">, HelpText<"Not supported">, MetaVarName<"dll">, Group<unsuppor… 9 def replacements : Joined<["/", "-"], "replacements:">, HelpText<"Not supported">, MetaVarName<"fil… 10 def managed_assembly_name : Joined<["/", "-"], "managedassemblyname:">, HelpText<"Not supported">, … 11 def no_dependency : Flag<["/", "-"], "nodependency">, HelpText<"Not supported">, Group<unsupported>; 12 def category : Flag<["/", "-"], "category">, HelpText<"Not supported">, Group<unsupported>; 13 def no_logo : Flag<["/", "-"], "nologo">, HelpText<"No effect as this tool never writes copyright d… [all …]
|
| /openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/ |
| H A D | LinkerWrapperOpts.td | 7 HelpText<"Display available options (--help-hidden for more)">; 10 HelpText<"Display all available options">; 15 HelpText<"The linker executable to invoke">; 18 HelpText<"Set the system CUDA path">; 21 HelpText<"Triple to use for the host compilation">; 24 HelpText<"Optimization level for LTO">; 27 HelpText<"Extra bitcode library to link">; 30 HelpText<"Arguments to pass to the device linker invocation">; 33 HelpText<"Print program arguments without running">; 35 Flags<[WrapperOnlyOption]>, HelpText<"Verbose output from tools">; [all …]
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/ |
| H A D | CommonOpts.td | 7 HelpText<help>; 15 HelpText<"Allow the tool to remove sections even if it would leave " 21 HelpText<"Enable deterministic mode when operating on archives (use " 25 HelpText<"Alias for --enable-deterministic-archives">; 29 HelpText<"Disable deterministic mode when operating on archives (use " 33 HelpText<"Alias for --disable-deterministic-archives">; 36 HelpText<"Preserve access and modification timestamps">; 39 HelpText<"Alias for --preserve-dates">; 42 HelpText<"Remove non-allocated sections outside segments. " 48 HelpText<"Compatible with GNU's --strip-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">;
|
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | Options.td | 5 def grp_general : OptionGroup<"Dsymutil">, HelpText<"Dsymutil Options">; 8 HelpText<"Prints this help output.">, 12 HelpText<"Alias for --help">, 16 HelpText<"Prints the dsymutil version.">, 20 HelpText<"Alias for --version">, 24 HelpText<"Enable verbose mode.">, 28 …HelpText<"Make a static variable keep the enclosing function even if it would have been omitted ot… 32 HelpText<"Print statistics about the contribution of each object file to " 41 HelpText<"Alias for --verify-dwarf=output">, 46 …HelpText<"Run the DWARF verifier on the input and/or output. Valid options are 'input', 'output', … [all …]
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | Options.td | 13 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 Bno_symbolic: F<"Bno-symbolic">, HelpText<"Don't bind default visibility defined symbols locall… 41 def Bsymbolic: F<"Bsymbolic">, HelpText<"Bind default visibility defined symbols locally for -share… 44 HelpText<"Bind default visibility defined function symbols locally for -shared">; 47 HelpText<"Bind default visibility defined STB_GLOBAL function symbols locally for -shared">; [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 130 HelpText<"Responsible for essential modeling and assumptions after a " 138 HelpText<"Check for logical errors for function calls and Objective-C " 193 HelpText<"Check for dereferences of null pointers">, 204 HelpText<"Check for null pointers passed as arguments to a function whose " 209 HelpText<"Check for declarations of VLA of undefined or zero size">, 213 HelpText<"Check for division by zero">, 217 HelpText<"Check for undefined results of binary operators">, 221 HelpText<"Generate information about stack address escapes.">, 226 HelpText<"Check that addresses to stack memory do not escape the function">, 231 HelpText<"Generate dynamic type information">, [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 294 Group<f_Group>, HelpText<pos_prefix # help>; 296 Group<f_Group>, HelpText<neg_prefix # help>; 305 Group<f_Group>, HelpText<pos_prefix # help>; 307 Group<f_Group>, HelpText<neg_prefix # help>; 316 Group<f_Group>, HelpText<pos_prefix # help>; 318 Group<f_Group>, HelpText<neg_prefix # help>; 326 Group<f_Group>, HelpText<pos_prefix # help>; 328 Group<f_Group>, HelpText<neg_prefix # help>; 337 HelpText<pos_prefix # help>; 339 HelpText<neg_prefix # help>; [all …]
|
| /openbsd-src/gnu/llvm/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">; 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… 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"… 63 def : Flag<["-"], "a">, Alias<addresses>, HelpText<"Alias for --addresses">; [all …]
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-cvtres/ |
| H A D | Opts.td | 5 def DEFINE : Joined<["/", "-"], "DEFINE:">, HelpText<"Not implemented">, MetaVarName<"symbol">; 6 def FOLDDUPS : Flag<["/", "-"], "FOLDDUPS:">, HelpText<"Not implemented">; 7 def MACHINE : Joined<["/", "-"], "MACHINE:">, HelpText<"Machine architecture">, MetaVarName<"{ARM|A… 8 def NOLOGO : Flag<["/", "-"], "NOLOGO">, HelpText<"Not implemented">; 9 def OUT : Joined<["/", "-"], "OUT:">, HelpText<"Output file">, MetaVarName<"filename">; 10 def READONLY : Flag<["/", "-"], "READONLY">, HelpText<"Not implemented">; 11 def VERBOSE : Flag<["/", "-"], "VERBOSE">, HelpText<"Use verbose output">; 12 def HELP : Flag<["/", "-"], "HELP">, HelpText<"Display available options">; 19 HelpText<"Timestamp for coff header, defaults to current time">;
|
| /openbsd-src/gnu/llvm/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.front() + "'.").str(); in EmitOptRST() 97 if (!HelpText.empty()) { in EmitOptRST() 99 OS.write_escaped(HelpText); in EmitOptRST()
|
| /openbsd-src/gnu/llvm/lld/MinGW/ |
| H A D | Options.td | 10 HelpText<help>; 16 HelpText<help>; 25 def NAME: Flag<["--", "-"], name>, HelpText<help1>; 26 def no_ # NAME: Flag<["--", "-"], "no-" # name>, HelpText<help2>; 30 def NAME: Flag<["--", "-"], name>, HelpText<help1>; 31 def disable_ # NAME: Flag<["--", "-"], "disable-" # name>, HelpText<help2>; 35 def enable_ # NAME: Flag<["--", "-"], "enable-" # name>, HelpText<help1>; 36 def disable_ # NAME: Flag<["--", "-"], "disable-" # name>, HelpText<help2>; 40 HelpText<"Add a directory to the library search path">; 44 def Bdynamic: F<"Bdynamic">, HelpText<"Link against shared libraries">; [all …]
|
| /openbsd-src/gnu/llvm/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">; 29 HelpText<"Alias for --odr-deduplication">; 33 HelpText<"Alias for --no-odr-deduplication">; 45 HelpText<"Tombstone value used as a marker of invalid address(default: universal)\n" 55 HelpText<"Number of available threads for multi-threaded execution. " 60 HelpText<"Alias for --num-threads">; [all …]
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-lipo/ |
| H A D | LipoOpts.td | 7 HelpText<"Print the version and exit.">; 11 HelpText<"Specifies the segment alignment for the specified " 17 HelpText<"Specifies the architecture and the corresponding input file">; 24 HelpText< 29 HelpText<"Display the arch_types present in the input file">; 33 HelpText<"Display descriptions of each input file including " 39 HelpText<"Create a thin output file of specified arch_type from the " 44 HelpText<"Create a universal output file containing only the specified " 49 HelpText<"Create a universal binary output file from the input " 55 HelpText<"Replace the specified arch type with the contents of the " [all …]
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | Options.td | 9 HelpText<"Prints out the usage information for the LLDB VSCode tool.">; 12 HelpText<"Alias for --help">; 15 HelpText<"Pause the program at startup.">; 18 HelpText<"Alias for --wait-for-debugger">; 22 HelpText<"Communicate with the lldb-vscode tool over the defined port.">; 25 HelpText<"Alias for --port">; 29 HelpText<"Launch a target for the launchInTerminal request. Any argument " 35 HelpText<"The fifo file used to communicate the with the debug adaptor"
|
| /openbsd-src/gnu/llvm/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">; 40 HelpText<"Use colors in diagnostics (default: auto)">, 62 HelpText<"Don't output an import lib">; 64 HelpText<"Act like lib.exe; must be first argument if present">; 68 HelpText<"Write repro.tar containing inputs and command to reproduce link">; 70 HelpText<"Ignore environment variables like %LIB%">; [all …]
|
| /openbsd-src/gnu/llvm/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">; 22 def S: JoinedOrSeparate<["-"], "S">, HelpText<"Assembler">; 25 def f: JoinedOrSeparate<["-"], "f">, HelpText<"Assembler Flags">;
|
| /openbsd-src/gnu/llvm/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.">,
|