Lines Matching refs:Tool
40 class LLVM_LIBRARY_VISIBILITY Clang : public Tool {
93 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC, RF_Full) {} in Clang()
107 class LLVM_LIBRARY_VISIBILITY ClangAs : public Tool {
109 ClangAs(const ToolChain &TC) : Tool("clang::as", in ClangAs()
126 class GnuTool : public Tool {
131 : Tool(Name, ShortName, TC, RF_Full, llvm::sys::WEM_CurrentCodePage) {} in GnuTool()
276 class LLVM_LIBRARY_VISIBILITY MachOTool : public Tool {
292 : Tool(Name, ShortName, TC, ResponseSupport, ResponseEncoding, in Tool() function
527 class LLVM_LIBRARY_VISIBILITY Link : public Tool {
529 Link(const ToolChain &TC) : Tool("NaCl::Link", "linker", TC) {} in Link()
574 class LLVM_LIBRARY_VISIBILITY Assemble : public Tool {
576 Assemble(const ToolChain &TC) : Tool("solaris::Assemble", "assembler", in Assemble()
586 class LLVM_LIBRARY_VISIBILITY Link : public Tool {
588 Link(const ToolChain &TC) : Tool("solaris::Link", "linker", TC) {} in Link()
631 class LLVM_LIBRARY_VISIBILITY Link : public Tool {
633 Link(const ToolChain &TC) : Tool("visualstudio::Link", "linker", TC, in Link()
645 class LLVM_LIBRARY_VISIBILITY Compile : public Tool {
647 Compile(const ToolChain &TC) : Tool("visualstudio::Compile", "compiler", TC, in Compile()
674 class LLVM_LIBRARY_VISIBILITY Assemble : public Tool {
676 Assemble(const ToolChain &TC) : Tool("XCore::Assemble", in Assemble()
686 class LLVM_LIBRARY_VISIBILITY Link : public Tool {
688 Link(const ToolChain &TC) : Tool("XCore::Link", in Link()
701 class LLVM_LIBRARY_VISIBILITY Assemble : public Tool {
703 Assemble(const ToolChain &TC) : Tool("CrossWindows::Assemble", "as", TC) { } in Assemble()
713 class LLVM_LIBRARY_VISIBILITY Link : public Tool {
715 Link(const ToolChain &TC) : Tool("CrossWindows::Link", "ld", TC, RF_Full) {} in Link()