Lines Matching full:which
20 interface which is compatible with the gcc driver.
23 logically a separate tool which shares many of the same goals as Clang:
32 allowing users to drop Clang into a build system which was designed to
43 can easily support the introduction of tools which have an integrated
46 Similarly, most of the driver functionality is kept in a library which
47 can be used to build other tools which want to implement or accept a gcc
87 driver-driver, which is used to implement support for building universal
90 directly, which means that it must have enough information to forward
99 components indicate conceptually distinct stages which manipulate these
119 definition, which describes how the option is parsed along with some
121 merely contain enough information for clients to determine which
136 inside an ArgList structure, which contains the original vector of
141 ``-###`` flag (which must precede any actual command
165 or more top-level actions, each of which generally corresponds to a
169 two special Actions. The first is InputAction, which simply serves to
171 second is BindArchAction, which conceptually alters the architecture
216 a simple set of actions which need to be performed to produce
260 This shows the tool chain, tool, inputs and outputs which have been
269 Tool must construct concrete Commands which will be executed during
306 (which must be removed once compilation is finished) and result files
307 (which should be removed if compilation fails).
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
347 users know which ones are being used.
356 which were never accessed. This is conservative (the argument may not
387 Tool specific argument translation routines. The parts of specs which
394 binary roughly corresponds to the information which is embedded