Home | History | Annotate | Download | only in Driver

Lines Matching refs:ToolChains

12 #include "ToolChains.h"
80 for (llvm::StringMap<ToolChain *>::iterator I = ToolChains.begin(),
81 E = ToolChains.end();
1863 ToolChain *&TC = ToolChains[Target.str()];
1867 TC = new toolchains::AuroraUX(*this, Target, Args);
1876 TC = new toolchains::DarwinClang(*this, Target, Args);
1878 TC = new toolchains::Darwin_Generic_GCC(*this, Target, Args);
1881 TC = new toolchains::DragonFly(*this, Target, Args);
1884 TC = new toolchains::OpenBSD(*this, Target, Args);
1887 TC = new toolchains::Bitrig(*this, Target, Args);
1890 TC = new toolchains::NetBSD(*this, Target, Args);
1893 TC = new toolchains::FreeBSD(*this, Target, Args);
1896 TC = new toolchains::Minix(*this, Target, Args);
1900 TC = new toolchains::Hexagon_TC(*this, Target, Args);
1902 TC = new toolchains::Linux(*this, Target, Args);
1905 TC = new toolchains::Solaris(*this, Target, Args);
1908 TC = new toolchains::Windows(*this, Target, Args);
1915 TC = new toolchains::TCEToolChain(*this, Target, Args);
1920 TC = new toolchains::Hexagon_TC(*this, Target, Args);
1923 TC = new toolchains::Generic_GCC(*this, Target, Args);