HomeSort by relevance Sort by last modified time
    Searched defs:General_options (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
options.cc 46 General_options
57 // This global variable is set up as General_options is constructed.
302 General_options::parse_help(const char*, const char*, Command_line*)
309 General_options::parse_version(const char* opt, const char*, Command_line*)
319 General_options::parse_V(const char*, const char*, Command_line*)
342 General_options::parse_defsym(const char*, const char* arg,
349 General_options::parse_discard_all(const char*, const char*,
356 General_options::parse_discard_locals(const char*, const char*,
363 General_options::parse_discard_none(const char*, const char*,
370 General_options::parse_incremental(const char*, const char*
    [all...]
options.h 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*) \
    [all...]

Completed in 58 milliseconds