1 | /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ |
2 | |* *| |
3 | |* Option Parsing Definitions *| |
4 | |* *| |
5 | |* Automatically generated file, do not edit! *| |
6 | |* *| |
7 | \*===----------------------------------------------------------------------===*/ |
8 | |
9 | ///////// |
10 | // Prefixes |
11 | |
12 | #ifdef PREFIX |
13 | #define COMMA , |
14 | PREFIX(prefix_0, {llvm::StringLiteral("" )}) |
15 | PREFIX(prefix_1, {llvm::StringLiteral("-" ) COMMA llvm::StringLiteral("--" ) COMMA llvm::StringLiteral("" )}) |
16 | #undef COMMA |
17 | #endif // PREFIX |
18 | |
19 | ///////// |
20 | // Prefix Union |
21 | |
22 | #ifdef PREFIX_UNION |
23 | #define COMMA , |
24 | PREFIX_UNION({ |
25 | llvm::StringLiteral("-" ) COMMA llvm::StringLiteral("--" ) COMMA llvm::StringLiteral("" )}) |
26 | #undef COMMA |
27 | #endif // PREFIX_UNION |
28 | |
29 | ///////// |
30 | // ValuesCode |
31 | |
32 | #ifdef OPTTABLE_VALUES_CODE |
33 | #endif |
34 | ///////// |
35 | // Groups |
36 | |
37 | #ifdef OPTION |
38 | |
39 | ////////// |
40 | // Options |
41 | |
42 | OPTION(prefix_0, "<input>" , INPUT, Input, INVALID, INVALID, nullptr, 0, DefaultVis, 0, nullptr, (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ std::make_pair(std::array<unsigned, 2>{{0, 0}}, nullptr) }}), nullptr, nullptr) |
43 | OPTION(prefix_0, "<unknown>" , UNKNOWN, Unknown, INVALID, INVALID, nullptr, 0, DefaultVis, 0, nullptr, (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ std::make_pair(std::array<unsigned, 2>{{0, 0}}, nullptr) }}), nullptr, nullptr) |
44 | OPTION(prefix_1, "-continue-on-cu-index-overflow=" , continueOnCuIndexOverflow_EQ, Joined, INVALID, INVALID, nullptr, 0, DefaultVis, 0, |
45 | "default = continue, This turns an error when offset \n\t\tfor .debug_*.dwo sections overfolws into a warning. = soft-stop, This produces a \n\t\ttruncated but valid DWP file, discarding any DWO files that would not fit within \n\t\tthe 32 bit/4GB limits of the format." , (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ std::make_pair(std::array<unsigned, 2>{{0, 0}}, nullptr) }}), nullptr, "continue,soft-stop" ) |
46 | OPTION(prefix_1, "-continue-on-cu-index-overflow" , continueOnCuIndexOverflow, Flag, INVALID, INVALID, nullptr, 0, DefaultVis, 0, nullptr, (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ std::make_pair(std::array<unsigned, 2>{{0, 0}}, nullptr) }}), nullptr, nullptr) |
47 | OPTION(prefix_1, "-e" , execFileNames, Separate, INVALID, INVALID, nullptr, 0, DefaultVis, 0, |
48 | "Specify the executable/library files to get the list of *.dwo from." , (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ std::make_pair(std::array<unsigned, 2>{{0, 0}}, nullptr) }}), "<filename>" , nullptr) |
49 | OPTION(prefix_1, "-help" , help, Flag, INVALID, INVALID, nullptr, 0, DefaultVis, 0, |
50 | "Display this help" , (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ std::make_pair(std::array<unsigned, 2>{{0, 0}}, nullptr) }}), nullptr, nullptr) |
51 | OPTION(prefix_1, "-h" , anonymous_0, Flag, INVALID, help, nullptr, 0, DefaultVis, 0, |
52 | "Alias for --help" , (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ std::make_pair(std::array<unsigned, 2>{{0, 0}}, nullptr) }}), nullptr, nullptr) |
53 | OPTION(prefix_1, "-o" , outputFileName, Separate, INVALID, INVALID, nullptr, 0, DefaultVis, 0, |
54 | "Specify the output file." , (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ std::make_pair(std::array<unsigned, 2>{{0, 0}}, nullptr) }}), "<filename>" , nullptr) |
55 | OPTION(prefix_1, "-version" , version, Flag, INVALID, INVALID, nullptr, 0, DefaultVis, 0, |
56 | "Display the version of this program" , (std::array<std::pair<std::array<unsigned, 2>, const char*>, 1>{{ std::make_pair(std::array<unsigned, 2>{{0, 0}}, nullptr) }}), nullptr, nullptr) |
57 | #endif // OPTION |
58 | |
59 | #ifdef SIMPLE_ENUM_VALUE_TABLE |
60 | |
61 | struct SimpleEnumValue { |
62 | const char *Name; |
63 | unsigned Value; |
64 | }; |
65 | |
66 | struct SimpleEnumValueTable { |
67 | const SimpleEnumValue *Table; |
68 | unsigned Size; |
69 | }; |
70 | static const SimpleEnumValueTable SimpleEnumValueTables[] = {}; |
71 | static const unsigned SimpleEnumValueTablesSize = std::size(SimpleEnumValueTables); |
72 | #endif // SIMPLE_ENUM_VALUE_TABLE |
73 | |
74 | |
75 | |