Home | History | Annotate | Download | only in Driver

Lines Matching refs:Common

80   class LLVM_LIBRARY_VISIBILITY Common : public Tool {
82 Common(const char *Name, const char *ShortName,
98 class LLVM_LIBRARY_VISIBILITY Preprocess : public Common {
100 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess",
110 class LLVM_LIBRARY_VISIBILITY Precompile : public Common {
112 Precompile(const ToolChain &TC) : Common("gcc::Precompile",
122 class LLVM_LIBRARY_VISIBILITY Compile : public Common {
124 Compile(const ToolChain &TC) : Common("gcc::Compile",
134 class LLVM_LIBRARY_VISIBILITY Assemble : public Common {
136 Assemble(const ToolChain &TC) : Common("gcc::Assemble",
145 class LLVM_LIBRARY_VISIBILITY Link : public Common {
147 Link(const ToolChain &TC) : Common("gcc::Link",