Home | History | Annotate | Download | only in Driver

Lines Matching defs:gcc

119   /// gcc - Generic GCC tool implementations.
120 namespace gcc {
141 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess",
142 "gcc preprocessor", TC) {}
153 Compile(const ToolChain &TC) : Common("gcc::Compile",
154 "gcc frontend", TC) {}
165 Link(const ToolChain &TC) : Common("gcc::Link",
166 "linker (via gcc)", TC) {}
174 } // end namespace gcc