Lines Matching full:driver
2022 will be run by the driver. The names here will each end with
3440 The main driver of the pass is placed in `tree-ssa-loop.c' and
3489 implemented in `tree-vectorizer.c' (the main driver and general
18871 * Driver:: Controlling how the driver runs the compilation passes.
18901 File: gccint.info, Node: Target Structure, Next: Driver, Up: Target Macros
18931 File: gccint.info, Node: Driver, Next: Run-time Target, Prev: Target Structure, Up: Target Macros
18933 15.2 Controlling the Compilation Driver, `gcc'
18936 You can control the compilation driver.
18984 potential command line target to the `gcc' driver program, and the
19001 A list of specs for the driver itself. It should be a suitable
19004 The driver applies these specs to its own command line between
19019 (i.e. `--with' options) in the driver. It should be a suitable
19029 The driver will apply these specs to its own command line between
19036 A C string constant that tells the GCC driver program options to
19048 A C string constant that tells the GCC driver program options to
19056 A C string constant that tells the GCC driver program options to
19066 A C string constant that tells the GCC driver program options to
19074 A C string constant that tells the GCC driver program how to run
19081 Define this macro, with no value, if the driver should give the
19093 A C string constant that tells the GCC driver program options to
19108 Another C string constant that tells the GCC driver program how
19113 driver provides a default
19118 `LIBGCC_SPEC' is not directly used by the driver program but is
19123 `REAL_LIBGCC_SPEC' instead. `REAL_LIBGCC_SPEC' tells the driver
19220 Define this macro if the driver program should find the library
19221 `libgcc.a'. If you do not define this macro, the driver program
19246 array of string to tell the driver program which options are
19300 environment variables for programs called by the driver, such as
19301 the assembler and loader. The driver passes the value of this
19433 File: gccint.info, Node: Run-time Target, Next: Per-Function Data, Prev: Driver, Up: Target Macros
25763 by the `gcc' driver like this:
28251 driver or preprocessor is canonicalized. PATH is a malloc-ed path
28271 compilation driver.
28320 host-dependent initialization when a compilation driver is being
28474 they had been passed in the compiler driver command line.
31642 * AS_NEEDS_DASH_FOR_PIPED_INPUT: Driver. (line 151)
31659 * ASM_FINAL_SPEC: Driver. (line 144)
31717 * ASM_SPEC: Driver. (line 136)
31889 * CC1_SPEC: Driver. (line 118)
31890 * CC1PLUS_SPEC: Driver. (line 126)
32060 * controlling the compilation driver: Driver. (line 6)
32077 * CPLUSPLUS_CPP_SPEC: Driver. (line 113)
32078 * CPP_SPEC: Driver. (line 106)
32291 * driver: Driver. (line 6)
32292 * DRIVER_SELF_SPECS: Driver. (line 71)
32348 * ENDFILE_SPEC: Driver. (line 218)
32388 * EXTRA_SPECS: Driver. (line 245)
32675 * INCLUDE_DEFAULTS: Driver. (line 430)
32689 * INIT_ENVIRONMENT: Driver. (line 369)
32830 * LIB_SPEC: Driver. (line 170)
32839 * LIBGCC_SPEC: Driver. (line 178)
32844 * LINK_COMMAND_SPEC: Driver. (line 299)
32845 * LINK_EH_SPEC: Driver. (line 205)
32846 * LINK_ELIMINATE_DUPLICATE_LDIRECTORIES: Driver. (line 309)
32847 * LINK_GCC_C_SEQUENCE_SPEC: Driver. (line 295)
32848 * LINK_LIBGCC_SPECIAL_1: Driver. (line 290)
32849 * LINK_SPEC: Driver. (line 163)
32860 * LOCAL_INCLUDE_DIR: Driver. (line 376)
32944 * MD_EXEC_PREFIX: Driver. (line 330)
32947 * MD_STARTFILE_PREFIX: Driver. (line 358)
32948 * MD_STARTFILE_PREFIX_1: Driver. (line 364)
33017 * MODIFY_TARGET_NAME: Driver. (line 385)
33039 * MULTILIB_DEFAULTS: Driver. (line 315)
33167 * OPTION_DEFAULT_SPECS: Driver. (line 88)
33343 * REAL_LIBGCC_SPEC: Driver. (line 187)
33465 * RELATIVE_PREFIX_NOT_LINKDIR: Driver. (line 325)
33691 * STANDARD_INCLUDE_COMPONENT: Driver. (line 425)
33692 * STANDARD_INCLUDE_DIR: Driver. (line 417)
33693 * STANDARD_STARTFILE_PREFIX: Driver. (line 337)
33694 * STANDARD_STARTFILE_PREFIX_1: Driver. (line 344)
33695 * STANDARD_STARTFILE_PREFIX_2: Driver. (line 351)
33696 * STARTFILE_SPEC: Driver. (line 210)
33750 * SWITCH_CURTAILS_COMPILATION: Driver. (line 33)
33752 * SWITCH_TAKES_ARG: Driver. (line 9)
33753 * SWITCHES_NEED_SPACES: Driver. (line 47)
33810 * SYSROOT_HEADERS_SUFFIX_SPEC: Driver. (line 239)
33811 * SYSROOT_SUFFIX_SPEC: Driver. (line 234)
33812 * SYSTEM_INCLUDE_DIR: Driver. (line 408)
33964 * TARGET_OPTION_TRANSLATE_TABLE: Driver. (line 53)
34050 Driver. (line 225)
34211 * USE_LD_AS_NEEDED: Driver. (line 198)
34287 * WORD_SWITCH_TAKES_ARG: Driver. (line 20)
34507 Node: Driver794045