Lines Matching defs:Common
115 class LLVM_LIBRARY_VISIBILITY Common : public Tool {
117 Common(const char *Name, const char *ShortName,
133 class LLVM_LIBRARY_VISIBILITY Preprocess : public Common {
135 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess",
145 class LLVM_LIBRARY_VISIBILITY Precompile : public Common {
147 Precompile(const ToolChain &TC) : Common("gcc::Precompile",
157 class LLVM_LIBRARY_VISIBILITY Compile : public Common {
159 Compile(const ToolChain &TC) : Common("gcc::Compile",
169 class LLVM_LIBRARY_VISIBILITY Assemble : public Common {
171 Assemble(const ToolChain &TC) : Common("gcc::Assemble",
180 class LLVM_LIBRARY_VISIBILITY Link : public Common {
182 Link(const ToolChain &TC) : Common("gcc::Link",