Home | History | Annotate | Download | only in info

Lines Matching full:driver

4033      will be run by the driver.  The names here will each end with
5538 The main driver of the pass is placed in `tree-ssa-loop.c' and
5587 implemented in `tree-vectorizer.c' (the main driver and general
23768 * Driver:: Controlling how the driver runs the compilation passes.
23799 File: gccint.info, Node: Target Structure, Next: Driver, Up: Target Macros
23829 File: gccint.info, Node: Driver, Next: Run-time Target, Prev: Target Structure, Up: Target Macros
23831 17.2 Controlling the Compilation Driver, `gcc'
23834 You can control the compilation driver.
23882 potential command line target to the `gcc' driver program, and the
23899 A list of specs for the driver itself. It should be a suitable
23902 The driver applies these specs to its own command line between
23917 (i.e. `--with' options) in the driver. It should be a suitable
23927 The driver will apply these specs to its own command line between
23934 A C string constant that tells the GCC driver program options to
23946 A C string constant that tells the GCC driver program options to
23954 A C string constant that tells the GCC driver program options to
23964 A C string constant that tells the GCC driver program options to
23972 A C string constant that tells the GCC driver program how to run
23979 Define this macro, with no value, if the driver should give the
23991 A C string constant that tells the GCC driver program options to
24006 Another C string constant that tells the GCC driver program how
24011 If this macro is not defined, the GCC driver provides a default
24016 `LIBGCC_SPEC' is not directly used by the driver program but is
24021 `REAL_LIBGCC_SPEC' instead. `REAL_LIBGCC_SPEC' tells the driver
24118 Define this macro if the driver program should find the library
24119 `libgcc.a'. If you do not define this macro, the driver program
24144 array of string to tell the driver program which options are
24198 environment variables for programs called by the driver, such as
24199 the assembler and loader. The driver passes the value of this
24355 File: gccint.info, Node: Run-time Target, Next: Per-Function Data, Prev: Driver, Up: Target Macros
31077 by the `gcc' driver like this:
33795 driver or preprocessor is canonicalized. PATH is a malloc-ed path
33815 compilation driver.
33864 host-dependent initialization when a compilation driver is being
34018 they had been passed in the compiler driver command line.
40656 * AS_NEEDS_DASH_FOR_PIPED_INPUT: Driver. (line 151)
40673 * ASM_FINAL_SPEC: Driver. (line 144)
40731 * ASM_SPEC: Driver. (line 136)
40908 * CC1_SPEC: Driver. (line 118)
40909 * CC1PLUS_SPEC: Driver. (line 126)
41081 * controlling the compilation driver: Driver. (line 6)
41098 * CPLUSPLUS_CPP_SPEC: Driver. (line 113)
41099 * CPP_SPEC: Driver. (line 106)
41317 * driver: Driver. (line 6)
41318 * DRIVER_SELF_SPECS: Driver. (line 71)
41379 * ENDFILE_SPEC: Driver. (line 218)
41419 * EXTRA_SPECS: Driver. (line 245)
42097 * INCLUDE_DEFAULTS: Driver. (line 430)
42112 * INIT_ENVIRONMENT: Driver. (line 369)
42254 * LIB_SPEC: Driver. (line 170)
42264 * LIBGCC_SPEC: Driver. (line 178)
42269 * LINK_COMMAND_SPEC: Driver. (line 299)
42270 * LINK_EH_SPEC: Driver. (line 205)
42271 * LINK_ELIMINATE_DUPLICATE_LDIRECTORIES: Driver. (line 309)
42272 * LINK_GCC_C_SEQUENCE_SPEC: Driver. (line 295)
42273 * LINK_LIBGCC_SPECIAL_1: Driver. (line 290)
42274 * LINK_SPEC: Driver. (line 163)
42286 * LOCAL_INCLUDE_DIR: Driver. (line 376)
42381 * MD_EXEC_PREFIX: Driver. (line 330)
42384 * MD_STARTFILE_PREFIX: Driver. (line 358)
42385 * MD_STARTFILE_PREFIX_1: Driver. (line 364)
42457 * MODIFY_TARGET_NAME: Driver. (line 385)
42480 * MULTILIB_DEFAULTS: Driver. (line 315)
42612 * OPTION_DEFAULT_SPECS: Driver. (line 88)
42793 * REAL_LIBGCC_SPEC: Driver. (line 187)
42913 * RELATIVE_PREFIX_NOT_LINKDIR: Driver. (line 325)
43172 * STANDARD_INCLUDE_COMPONENT: Driver. (line 425)
43173 * STANDARD_INCLUDE_DIR: Driver. (line 417)
43174 * STANDARD_STARTFILE_PREFIX: Driver. (line 337)
43175 * STANDARD_STARTFILE_PREFIX_1: Driver. (line 344)
43176 * STANDARD_STARTFILE_PREFIX_2: Driver. (line 351)
43177 * STARTFILE_SPEC: Driver. (line 210)
43232 * SWITCH_CURTAILS_COMPILATION: Driver. (line 33)
43234 * SWITCH_TAKES_ARG: Driver. (line 9)
43235 * SWITCHES_NEED_SPACES: Driver. (line 47)
43292 * SYSROOT_HEADERS_SUFFIX_SPEC: Driver. (line 239)
43293 * SYSROOT_SUFFIX_SPEC: Driver. (line 234)
43294 * SYSTEM_INCLUDE_DIR: Driver. (line 408)
43488 * TARGET_OPTION_TRANSLATE_TABLE: Driver. (line 53)
43593 * THREAD_MODEL_SPEC: Driver. (line 225)
43787 * USE_LD_AS_NEEDED: Driver. (line 198)
43925 * WORD_SWITCH_TAKES_ARG: Driver. (line 20)
44180 Node: Driver1021668