Lines Matching refs:Tool
46 class LLVM_LIBRARY_VISIBILITY Clang : public Tool {
109 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC, RF_Full) {} in Clang()
123 class LLVM_LIBRARY_VISIBILITY ClangAs : public Tool {
126 : Tool("clang::as", "clang integrated assembler", TC, RF_Full) {} in ClangAs()
141 class LLVM_LIBRARY_VISIBILITY GnuTool : public Tool {
146 : Tool(Name, ShortName, TC, RF_Full, llvm::sys::WEM_CurrentCodePage) {} in GnuTool()
335 class LLVM_LIBRARY_VISIBILITY MachOTool : public Tool {
352 : Tool(Name, ShortName, TC, ResponseSupport, ResponseEncoding, in Tool() function
629 class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
632 : Tool("solaris::Assembler", "assembler", TC) {} in Assembler()
642 class LLVM_LIBRARY_VISIBILITY Linker : public Tool {
644 Linker(const ToolChain &TC) : Tool("solaris::Linker", "linker", TC) {} in Linker()
691 class LLVM_LIBRARY_VISIBILITY Linker : public Tool {
694 : Tool("visualstudio::Linker", "linker", TC, RF_Full, in Linker()
706 class LLVM_LIBRARY_VISIBILITY Compiler : public Tool {
709 : Tool("visualstudio::Compiler", "compiler", TC, RF_Full, in Compiler()
731 class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
733 Assembler(const ToolChain &TC) : Tool("MinGW::Assemble", "assembler", TC) {} in Assembler()
743 class LLVM_LIBRARY_VISIBILITY Linker : public Tool {
745 Linker(const ToolChain &TC) : Tool("MinGW::Linker", "linker", TC) {} in Linker()
795 class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
797 Assembler(const ToolChain &TC) : Tool("XCore::Assembler", "XCore-as", TC) {} in Assembler()
806 class LLVM_LIBRARY_VISIBILITY Linker : public Tool {
808 Linker(const ToolChain &TC) : Tool("XCore::Linker", "XCore-ld", TC) {} in Linker()
820 class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
822 Assembler(const ToolChain &TC) : Tool("CrossWindows::Assembler", "as", TC) {} in Assembler()
832 class LLVM_LIBRARY_VISIBILITY Linker : public Tool {
835 : Tool("CrossWindows::Linker", "ld", TC, RF_Full) {} in Linker()
849 class LLVM_LIBRARY_VISIBILITY Compiler : public Tool {
851 Compiler(const ToolChain &TC) : Tool("moviCompile", "movicompile", TC) {} in Compiler()
861 class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
863 Assembler(const ToolChain &TC) : Tool("moviAsm", "moviAsm", TC) {} in Assembler()
892 class LLVM_LIBRARY_VISIBILITY Assemble : public Tool {
895 : Tool("PS4cpu::Assemble", "assembler", TC, RF_Full) {} in Assemble()
906 class LLVM_LIBRARY_VISIBILITY Link : public Tool {
908 Link(const ToolChain &TC) : Tool("PS4cpu::Link", "linker", TC, RF_Full) {} in Link()
924 class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
927 : Tool("NVPTX::Assembler", "ptxas", TC, RF_Full, llvm::sys::WEM_UTF8, in Assembler()
940 class LLVM_LIBRARY_VISIBILITY Linker : public Tool {
943 : Tool("NVPTX::Linker", "fatbinary", TC, RF_Full, llvm::sys::WEM_UTF8, in Linker()