Home | History | Annotate | Download | only in info

Lines Matching full:driver

4028      will be run by the driver.  The names here will each end with
5448 The main driver of the pass is placed in `tree-ssa-loop.c' and
5497 implemented in `tree-vectorizer.c' (the main driver and general
21725 * Driver:: Controlling how the driver runs the compilation passes.
21755 File: gccint.info, Node: Target Structure, Next: Driver, Up: Target Macros
21785 File: gccint.info, Node: Driver, Next: Run-time Target, Prev: Target Structure, Up: Target Macros
21787 15.2 Controlling the Compilation Driver, `gcc'
21790 You can control the compilation driver.
21838 potential command line target to the `gcc' driver program, and the
21855 A list of specs for the driver itself. It should be a suitable
21858 The driver applies these specs to its own command line between
21873 (i.e. `--with' options) in the driver. It should be a suitable
21883 The driver will apply these specs to its own command line between
21890 A C string constant that tells the GCC driver program options to
21902 A C string constant that tells the GCC driver program options to
21910 A C string constant that tells the GCC driver program options to
21920 A C string constant that tells the GCC driver program options to
21928 A C string constant that tells the GCC driver program how to run
21935 Define this macro, with no value, if the driver should give the
21947 A C string constant that tells the GCC driver program options to
21962 Another C string constant that tells the GCC driver program how
21967 If this macro is not defined, the GCC driver provides a default
21972 `LIBGCC_SPEC' is not directly used by the driver program but is
21977 `REAL_LIBGCC_SPEC' instead. `REAL_LIBGCC_SPEC' tells the driver
22074 Define this macro if the driver program should find the library
22075 `libgcc.a'. If you do not define this macro, the driver program
22100 array of string to tell the driver program which options are
22154 environment variables for programs called by the driver, such as
22155 the assembler and loader. The driver passes the value of this
22311 File: gccint.info, Node: Run-time Target, Next: Per-Function Data, Prev: Driver, Up: Target Macros
28912 by the `gcc' driver like this:
31477 driver or preprocessor is canonicalized. PATH is a malloc-ed path
31497 compilation driver.
31546 host-dependent initialization when a compilation driver is being
31700 they had been passed in the compiler driver command line.
38009 * AS_NEEDS_DASH_FOR_PIPED_INPUT: Driver. (line 151)
38026 * ASM_FINAL_SPEC: Driver. (line 144)
38084 * ASM_SPEC: Driver. (line 136)
38255 * CC1_SPEC: Driver. (line 118)
38256 * CC1PLUS_SPEC: Driver. (line 126)
38432 * controlling the compilation driver: Driver. (line 6)
38449 * CPLUSPLUS_CPP_SPEC: Driver. (line 113)
38450 * CPP_SPEC: Driver. (line 106)
38664 * driver: Driver. (line 6)
38665 * DRIVER_SELF_SPECS: Driver. (line 71)
38723 * ENDFILE_SPEC: Driver. (line 218)
38763 * EXTRA_SPECS: Driver. (line 245)
39064 * INCLUDE_DEFAULTS: Driver. (line 430)
39078 * INIT_ENVIRONMENT: Driver. (line 369)
39214 * LIB_SPEC: Driver. (line 170)
39224 * LIBGCC_SPEC: Driver. (line 178)
39229 * LINK_COMMAND_SPEC: Driver. (line 299)
39230 * LINK_EH_SPEC: Driver. (line 205)
39231 * LINK_ELIMINATE_DUPLICATE_LDIRECTORIES: Driver. (line 309)
39232 * LINK_GCC_C_SEQUENCE_SPEC: Driver. (line 295)
39233 * LINK_LIBGCC_SPECIAL_1: Driver. (line 290)
39234 * LINK_SPEC: Driver. (line 163)
39245 * LOCAL_INCLUDE_DIR: Driver. (line 376)
39336 * MD_EXEC_PREFIX: Driver. (line 330)
39339 * MD_STARTFILE_PREFIX: Driver. (line 358)
39340 * MD_STARTFILE_PREFIX_1: Driver. (line 364)
39415 * MODIFY_TARGET_NAME: Driver. (line 385)
39438 * MULTILIB_DEFAULTS: Driver. (line 315)
39569 * OPTION_DEFAULT_SPECS: Driver. (line 88)
39747 * REAL_LIBGCC_SPEC: Driver. (line 187)
39871 * RELATIVE_PREFIX_NOT_LINKDIR: Driver. (line 325)
40126 * STANDARD_INCLUDE_COMPONENT: Driver. (line 425)
40127 * STANDARD_INCLUDE_DIR: Driver. (line 417)
40128 * STANDARD_STARTFILE_PREFIX: Driver. (line 337)
40129 * STANDARD_STARTFILE_PREFIX_1: Driver. (line 344)
40130 * STANDARD_STARTFILE_PREFIX_2: Driver. (line 351)
40131 * STARTFILE_SPEC: Driver. (line 210)
40185 * SWITCH_CURTAILS_COMPILATION: Driver. (line 33)
40187 * SWITCH_TAKES_ARG: Driver. (line 9)
40188 * SWITCHES_NEED_SPACES: Driver. (line 47)
40245 * SYSROOT_HEADERS_SUFFIX_SPEC: Driver. (line 239)
40246 * SYSROOT_SUFFIX_SPEC: Driver. (line 234)
40247 * SYSTEM_INCLUDE_DIR: Driver. (line 408)
40417 Driver. (line 53)
40513 * THREAD_MODEL_SPEC: Driver. (line 225)
40694 * USE_LD_AS_NEEDED: Driver. (line 198)
40818 * WORD_SWITCH_TAKES_ARG: Driver. (line 20)
41040 Node: Driver936264