Home | History | Annotate | Download | only in gold

Lines Matching defs:General_options

23 // General_options (from Command_line::options())
28 // Everything we get from the command line -- the General_options
32 // Position_dependent_options which hold a subset of General_options
53 class General_options;
219 // OPTIONS: the global General_options object. Used by DEFINE_special.
222 Command_line* cmdline, General_options* options) = 0;
232 typedef void (General_options::*Parse_function)(const char*, const char*,
242 Command_line* cmdline, General_options* options)
254 // var() and set_var() as General_options methods. Arguments as are
290 Command_line*, General_options*) \
327 Command_line*, General_options* options) \
352 Command_line*, General_options* options) \
469 Command_line*, General_options* options) \
491 Command_line*, General_options* options) \
515 Command_line*, General_options* options) \
528 // just calls General_options::parse_VARNAME whenever the flag is
530 // General_options; you are responsible for defining it there.
541 &General_options::parse_##varname__, \
617 class General_options
1384 General_options();
1600 General_options(const General_options&);
1601 General_options& operator=(const General_options&);
1720 // it in whole-archive mode. We could store all of General_options,
1739 Position_dependent_options(const General_options& options
1743 void copy_from_options(const General_options& options)
1754 DEFINE_posdep(format_enum, General_options::Object_format);
1759 // This is a General_options with everything set to its default
1762 static General_options default_options_;
1804 // You can also pass in a General_options instance instead of a
1806 // position-independent vars from the General_options and only store
1811 const General_options& options)
2153 const General_options&
2196 // the constructor for the General_options. The Pre_options constructor
2205 General_options options_;