1/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
2|* *|
3|* Option Parsing Definitions *|
4|* *|
5|* Automatically generated file, do not edit! *|
6|* *|
7\*===----------------------------------------------------------------------===*/
8
9/////////
10// String table
11
12#ifdef OPTTABLE_STR_TABLE_CODE
13
14#ifdef __GNUC__
15#pragma GCC diagnostic push
16#pragma GCC diagnostic ignored "-Woverlength-strings"
17#endif
18static constexpr char OptionStrTableStorage[] =
19 "\0"
20 "-\0"
21 "--\0"
22 "Dsymutil\0"
23 "<input>\0"
24 "<unknown>\0"
25 "--accelerator=\0"
26 "--accelerator\0"
27 "--allow-section-header-offset-overflow\0"
28 "--arch=\0"
29 "--arch\0"
30 "--build-variant-suffix=\0"
31 "--build-variant-suffix\0"
32 "--dump-debug-map\0"
33 "-D\0"
34 "--fat64\0"
35 "--flat\0"
36 "-f\0"
37 "--gen-reproducer\0"
38 "--help\0"
39 "-h\0"
40 "--include-swiftmodules-from-interface\0"
41 "-j\0"
42 "--keep-function-for-static\0"
43 "--linker=\0"
44 "--linker\0"
45 "--no-object-timestamp\0"
46 "--no-odr\0"
47 "--no-output\0"
48 "--no-swiftmodule-timestamp\0"
49 "--num-threads\0"
50 "-o=\0"
51 "--object-prefix-map=\0"
52 "--object-prefix-map\0"
53 "--oso-prepend-path=\0"
54 "--oso-prepend-path\0"
55 "--out=\0"
56 "--out\0"
57 "-o\0"
58 "--quiet\0"
59 "-q\0"
60 "--remarks-drop-without-debug\0"
61 "--remarks-output-format=\0"
62 "--remarks-output-format\0"
63 "--remarks-prepend-path=\0"
64 "--remarks-prepend-path\0"
65 "--reproducer=\0"
66 "--reproducer\0"
67 "--statistics\0"
68 "--symtab\0"
69 "-S\0"
70 "-s\0"
71 "--toolchain\0"
72 "--update\0"
73 "--use-reproducer=\0"
74 "--use-reproducer\0"
75 "-u\0"
76 "--verbose\0"
77 "--verify-dwarf=\0"
78 "--verify-dwarf\0"
79 "--verify\0"
80 "--version\0"
81 "-v\0"
82 "-y\0"
83 ;
84#ifdef __GNUC__
85#pragma GCC diagnostic pop
86#endif
87
88static constexpr llvm::StringTable
89OptionStrTable = OptionStrTableStorage;
90#endif // OPTTABLE_STR_TABLE_CODE
91
92/////////
93// Prefixes
94
95#ifdef OPTTABLE_PREFIXES_TABLE_CODE
96static constexpr llvm::StringTable::Offset OptionPrefixesTable[] = {
97 0 /* prefixes */,
98 1 /* prefixes */, 1 /* '-' */,
99 2 /* prefixes */, 1 /* '-' */, 3 /* '--' */,
100 2 /* prefixes */, 3 /* '--' */, 1 /* '-' */
101};
102#endif // OPTTABLE_PREFIXES_TABLE_CODE
103
104/////////// SubCommand IDs
105
106#ifdef OPTTABLE_SUBCOMMAND_IDS_TABLE_CODE
107static constexpr unsigned OptionSubCommandIDsTable[] = {
108 0 /* subcommands */
109};
110#endif // OPTTABLE_SUBCOMMAND_IDS_TABLE_CODE
111
112/////////
113// Prefix Union
114
115#ifdef OPTTABLE_PREFIXES_UNION_CODE
116static constexpr llvm::StringTable::Offset OptionPrefixesUnion[] = {
117 1 /* '-' */, 3 /* '--' */
118};
119#endif // OPTTABLE_PREFIXES_UNION_CODE
120
121/////////
122// ValuesCode
123
124#ifdef OPTTABLE_VALUES_CODE
125#endif
126/////////
127// Groups
128
129#ifdef OPTION
130OPTION(0 /* no prefixes */, 6 /* Dsymutil */, grp_general, Group, INVALID, INVALID, nullptr, 0, 0, 0,
131 "Dsymutil Options", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
132
133//////////
134// Options
135
136OPTION(0, 15 /* <input> */, INPUT, Input, INVALID, INVALID, nullptr, 0, DefaultVis, 0, nullptr, (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
137OPTION(0, 23 /* <unknown> */, UNKNOWN, Unknown, INVALID, INVALID, nullptr, 0, DefaultVis, 0, nullptr, (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
138OPTION(6, 33 /* --accelerator= */, anonymous_13, Joined, INVALID, accelerator, nullptr, 0, DefaultVis, 0, nullptr, (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
139OPTION(6, 48 /* --accelerator */, accelerator, Separate, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
140 "Specify the desired type of accelerator table. Valid options are 'Apple' (.apple_names, .apple_namespaces, .apple_types, .apple_objc), 'Dwarf' (.debug_names), 'Pub' (.debug_pubnames, .debug_pubtypes), 'Default' and 'None'", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), "<accelerator type>", nullptr, 0)
141OPTION(6, 62 /* --allow-section-header-offset-overflow */, allow_section_header_offset_overflow, Flag, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
142 "Allow emitting a 32-bit section offset that, when applied, may exceed the Mach-O 4 GB limit. This leverages the fact that the offset can be computed as a 64-bit value when sections are ordered (which is always the case for dsymutil). Note that this produces an invalid Mach-O and requires explicit support from the tools that consume it.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
143OPTION(6, 101 /* --arch= */, anonymous_12, Joined, INVALID, arch, nullptr, 0, DefaultVis, 0, nullptr, (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
144OPTION(6, 109 /* --arch */, arch, Separate, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
145 "Link DWARF debug information only for specified CPU architecture types. This option can be specified multiple times, once for each desired architecture. All CPU architectures will be linked by default.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), "<arch>", nullptr, 0)
146OPTION(6, 116 /* --build-variant-suffix= */, anonymous_20, Joined, INVALID, build_variant_suffix, nullptr, 0, DefaultVis, 0, nullptr, (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
147OPTION(6, 140 /* --build-variant-suffix */, build_variant_suffix, Separate, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
148 "Specify the build variant suffix used to build the executable file.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), "<suffix=buildvariant>", nullptr, 0)
149OPTION(6, 163 /* --dump-debug-map */, dump_debug_map, Flag, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
150 "Parse and dump the debug map to standard output. No DWARF link will take place.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
151OPTION(3, 180 /* -D */, dsym_search_path, Separate, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
152 "Specify a directory that contain dSYM files to search for.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), "<path>", nullptr, 0)
153OPTION(6, 183 /* --fat64 */, fat64, Flag, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
154 "Use a 64-bit header when emitting universal binaries.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
155OPTION(6, 191 /* --flat */, flat, Flag, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
156 "Produce a flat dSYM file (not a bundle). Intended for testing and generally unsupported by tools that consume dSYMs.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
157OPTION(1, 198 /* -f */, anonymous_5, Flag, grp_general, flat, nullptr, 0, DefaultVis, 0,
158 "Alias for --flat", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
159OPTION(6, 201 /* --gen-reproducer */, gen_reproducer, Flag, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
160 "Generate a reproducer consisting of the input object files. Alias for --reproducer=GenerateOnExit.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
161OPTION(6, 218 /* --help */, help, Flag, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
162 "Prints this help output.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
163OPTION(1, 225 /* -h */, anonymous_0, Flag, grp_general, help, nullptr, 0, DefaultVis, 0,
164 "Alias for --help", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
165OPTION(6, 228 /* --include-swiftmodules-from-interface */, include_swiftmodules_from_interface, Flag, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
166 "Whether or not to copy binary swiftmodules built from textual .swiftinterface files into the dSYM bundle. These typically come only from the SDK (since textual interfaces require library evolution) and thus are a waste of space to copy into the bundle. Turn this on if the swiftmodules are different from those in the SDK.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
167OPTION(1, 266 /* -j */, anonymous_14, Separate, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
168 "Alias for --num-threads", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), "<threads>", nullptr, 0)
169OPTION(6, 269 /* --keep-function-for-static */, keep_func_for_static, Flag, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
170 "Make a static variable keep the enclosing function even if it would have been omitted otherwise.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
171OPTION(6, 296 /* --linker= */, anonymous_19, Joined, INVALID, linker, nullptr, 0, DefaultVis, 0, nullptr, (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
172OPTION(6, 306 /* --linker */, linker, Separate, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
173 "Specify the desired type of DWARF linker. Defaults to 'classic'", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), "<DWARF linker type>", nullptr, 0)
174OPTION(6, 315 /* --no-object-timestamp */, no_object_timestamp, Flag, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
175 "Don't check timestamp for object files.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
176OPTION(6, 337 /* --no-odr */, no_odr, Flag, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
177 "Do not use ODR (One Definition Rule) for type uniquing.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
178OPTION(6, 346 /* --no-output */, no_output, Flag, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
179 "Do the link in memory, but do not emit the result file.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
180OPTION(6, 358 /* --no-swiftmodule-timestamp */, no_swiftmodule_timestamp, Flag, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
181 "Don't check timestamp for swiftmodule files.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
182OPTION(6, 385 /* --num-threads */, threads, Separate, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
183 "Specifies the maximum number of simultaneous threads to use when linking multiple architectures.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), "<threads>", nullptr, 0)
184OPTION(3, 399 /* -o= */, anonymous_9, Joined, INVALID, output, nullptr, 0, DefaultVis, 0, nullptr, (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
185OPTION(6, 403 /* --object-prefix-map= */, anonymous_11, Joined, INVALID, object_prefix_map, nullptr, 0, DefaultVis, 0, nullptr, (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
186OPTION(6, 424 /* --object-prefix-map */, object_prefix_map, Separate, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
187 "Remap object file paths (but no source paths) before processing. Use this for Clang objects where the module cache location was remapped using -fdebug-prefix-map; to help dsymutil find the Clang module cache.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), "<prefix=remapped>", nullptr, 0)
188OPTION(6, 444 /* --oso-prepend-path= */, anonymous_10, Joined, INVALID, oso_prepend_path, nullptr, 0, DefaultVis, 0, nullptr, (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
189OPTION(6, 464 /* --oso-prepend-path */, oso_prepend_path, Separate, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
190 "Specify a directory to prepend to the paths of object files.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), "<path>", nullptr, 0)
191OPTION(6, 483 /* --out= */, anonymous_8, Joined, INVALID, output, nullptr, 0, DefaultVis, 0, nullptr, (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
192OPTION(6, 490 /* --out */, anonymous_7, Separate, grp_general, output, nullptr, 0, DefaultVis, 0,
193 "Alias for -o", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), "<filename>", nullptr, 0)
194OPTION(3, 496 /* -o */, output, Separate, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
195 "Specify the output file. Defaults to <input file>.dwarf", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), "<filename>", nullptr, 0)
196OPTION(6, 499 /* --quiet */, quiet, Flag, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
197 "Enable quiet mode.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
198OPTION(1, 507 /* -q */, anonymous_2, Flag, grp_general, quiet, nullptr, 0, DefaultVis, 0,
199 "Alias for --quiet", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
200OPTION(6, 510 /* --remarks-drop-without-debug */, remarks_drop_without_debug, Flag, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
201 "Drop remarks without valid debug locations. Without this flags, all remarks are kept.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
202OPTION(6, 539 /* --remarks-output-format= */, anonymous_18, Joined, INVALID, remarks_output_format, nullptr, 0, DefaultVis, 0, nullptr, (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
203OPTION(6, 564 /* --remarks-output-format */, remarks_output_format, Separate, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
204 "Specify the format to be used when serializing the linked remarks.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), "<format>", nullptr, 0)
205OPTION(6, 588 /* --remarks-prepend-path= */, anonymous_17, Joined, INVALID, remarks_prepend_path, nullptr, 0, DefaultVis, 0, nullptr, (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
206OPTION(6, 612 /* --remarks-prepend-path */, remarks_prepend_path, Separate, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
207 "Specify a directory to prepend to the paths of the external remark files.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), "<path>", nullptr, 0)
208OPTION(6, 635 /* --reproducer= */, anonymous_15, Joined, INVALID, reproducer, nullptr, 0, DefaultVis, 0, nullptr, (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
209OPTION(6, 649 /* --reproducer */, reproducer, Separate, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
210 "Specify the reproducer generation mode. Valid options are 'GenerateOnExit', 'GenerateOnCrash', 'Off'.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), "<mode>", nullptr, 0)
211OPTION(6, 662 /* --statistics */, statistics, Flag, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
212 "Print statistics about the contribution of each object file to the linked debug info. This prints a table after linking with the object file name, the size of the debug info in the object file (in bytes) and the size contributed (in bytes) to the linked dSYM. The table is sorted by the output size listing the object files with the largest contribution first.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
213OPTION(6, 675 /* --symtab */, symtab, Flag, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
214 "Dumps the symbol table found in executable or object file(s) and exits.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
215OPTION(3, 684 /* -S */, assembly, Flag, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
216 "Output textual assembly instead of a binary dSYM companion file.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
217OPTION(1, 687 /* -s */, anonymous_4, Flag, grp_general, symtab, nullptr, 0, DefaultVis, 0,
218 "Alias for --symtab", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
219OPTION(6, 690 /* --toolchain */, toolchain, Separate, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
220 "Embed toolchain information in dSYM bundle.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), "<toolchain>", nullptr, 0)
221OPTION(6, 702 /* --update */, update, Flag, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
222 "Updates existing dSYM files to contain the latest accelerator tables and other DWARF optimizations.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
223OPTION(6, 711 /* --use-reproducer= */, anonymous_16, Joined, INVALID, use_reproducer, nullptr, 0, DefaultVis, 0, nullptr, (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
224OPTION(6, 729 /* --use-reproducer */, use_reproducer, Separate, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
225 "Use the object files from the given reproducer path.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), "<path>", nullptr, 0)
226OPTION(1, 746 /* -u */, anonymous_6, Flag, grp_general, update, nullptr, 0, DefaultVis, 0,
227 "Alias for --update", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
228OPTION(6, 749 /* --verbose */, verbose, Flag, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
229 "Enable verbose mode.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
230OPTION(6, 759 /* --verify-dwarf= */, anonymous_3, Joined, INVALID, verify_dwarf, nullptr, 0, DefaultVis, 0, nullptr, (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
231OPTION(6, 775 /* --verify-dwarf */, verify_dwarf, Separate, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
232 "Run the DWARF verifier on the input and/or output. Valid options are 'none, 'input', 'output', 'all' or 'auto' which runs the output verifier only if input verification passed.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), "<verification mode>", nullptr, 0)
233OPTION(6, 790 /* --verify */, verify, Flag, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
234 "Alias for --verify-dwarf=output", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
235OPTION(6, 799 /* --version */, version, Flag, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
236 "Prints the dsymutil version.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
237OPTION(1, 809 /* -v */, anonymous_1, Flag, grp_general, version, nullptr, 0, DefaultVis, 0,
238 "Alias for --version", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
239OPTION(3, 812 /* -y */, yaml_input, Flag, grp_general, INVALID, nullptr, 0, DefaultVis, 0,
240 "Treat the input file is a YAML debug map rather than a binary.", (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ {std::array<unsigned, 2>{{0, 0}}, nullptr} }}), nullptr, nullptr, 0)
241#endif // OPTION
242
243#ifdef SIMPLE_ENUM_VALUE_TABLE
244
245struct SimpleEnumValue {
246 const char *Name;
247 unsigned Value;
248};
249
250struct SimpleEnumValueTable {
251 const SimpleEnumValue *Table;
252 unsigned Size;
253};
254static const SimpleEnumValueTable SimpleEnumValueTables[] = {};
255static const unsigned SimpleEnumValueTablesSize = std::size(SimpleEnumValueTables);
256#endif // SIMPLE_ENUM_VALUE_TABLE
257
258/////////
259
260// SubCommands
261
262#ifdef OPTTABLE_SUBCOMMANDS_CODE
263static constexpr llvm::opt::OptTable::SubCommand OptionSubCommands[] = {
264};
265#endif // OPTTABLE_SUBCOMMANDS_CODE
266
267
268