Lines Matching refs:arguments
60 - Don't parse arguments more than once.
61 - Provide a few simple interfaces for efficiently searching arguments.
91 command line arguments to child processes correctly.
113 The command line argument strings are decomposed into arguments
142 line arguments). For example:
160 Once the arguments are parsed, the tree of subprocess jobs needed for
274 arguments and just determine the path of the executable to call and
275 pass on their input and output arguments. Others, like the compiler
276 or the linker, may translate a large number of arguments in addition.
279 assist with translating arguments; for example, to pass on only the
280 last of arguments corresponding to some option, or all arguments for
299 arguments. The Driver itself is intended to be invariant during
324 understand (since the Tools stop seeing some arguments the user
328 arguments, ``-g`` and ``-fno-eliminate-unused-debug-symbols``. Trying to
330 Tool argument translation is done after the arguments have been
335 the untranslated original arguments.
340 The driver operates by parsing all arguments but giving Tools the
341 opportunity to choose which arguments to pass on. One downside of this
343 about which options to use, some command line arguments the user really
355 checks the bit and emits an "unused argument" warning for any arguments