Lines Matching refs:gcc
149 /// gcc - Generic GCC tool implementations.
150 namespace gcc {
156 // A gcc tool has an "integrated" assembler that it will call to produce an
174 : Common("gcc::Preprocessor", "gcc preprocessor", TC) {}
185 Compiler(const ToolChain &TC) : Common("gcc::Compiler", "gcc frontend", TC) {}
196 Linker(const ToolChain &TC) : Common("gcc::Linker", "linker (via gcc)", TC) {}
204 } // end namespace gcc