Home | History | Annotate | Download | only in TableGen

Lines Matching full:option

77     PrintError(A->getLoc(), Twine("Option is equivilent to"));
104 // Get the option groups and options.
107 std::vector<Record*> Opts = Records.getAllDerivedDefinitions("Option");
109 emitSourceFileHeader("Option Parsing Definitions", OS);
154 OS << "#ifdef OPTION\n";
158 // Start a single option entry.
159 OS << "OPTION(";
161 // The option prefix;
164 // The option string.
167 // The option identifier name.
170 // The option kind.
173 // The containing option group (if any).
180 // The other option arguments (unused for groups).
183 // The option help text.
191 // The option meta-variable name (unused).
201 // Start a single option entry.
202 OS << "OPTION(";
204 // The option prefix;
208 // The option string.
211 // The option identifier name.
214 // The option kind.
217 // The containing option group (if any).
224 // The option alias (if any).
231 // The option alias arguments (if any).
246 // The option flags.
259 // The option parameter field.
262 // The option help text.
270 // The option meta-variable name.