Home | History | Annotate | Download | only in Driver

Lines Matching defs:gcc

75   /// gcc - Generic GCC tool implementations.
76 namespace gcc {
97 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess",
98 "gcc preprocessor", TC) {}
109 Precompile(const ToolChain &TC) : Common("gcc::Precompile",
110 "gcc precompile", TC) {}
121 Compile(const ToolChain &TC) : Common("gcc::Compile",
122 "gcc frontend", TC) {}
133 Assemble(const ToolChain &TC) : Common("gcc::Assemble",
134 "assembler (via gcc)", TC) {}
144 Link(const ToolChain &TC) : Common("gcc::Link",
145 "linker (via gcc)", TC) {}
152 } // end namespace gcc
204 "gcc preprocessor", TC) {}
215 Compile(const ToolChain &TC) : CC1("darwin::Compile", "gcc frontend", TC) {}