Home | History | Annotate | Download | only in Driver

Lines Matching full:toolchain

1 //===--- ToolChains.h - ToolChain Implementations ---------------*- C++ -*-===//
17 #include "clang/Driver/ToolChain.h"
31 class LLVM_LIBRARY_VISIBILITY Generic_GCC : public ToolChain {
214 /// \name ToolChain Implementation Helper Functions
237 class LLVM_LIBRARY_VISIBILITY MachO : public ToolChain {
253 /// @name MachO specific toolchain API
295 /// @name ToolChain Implementation
333 return ToolChain::RLT_CompilerRT;
389 /// @name Apple Specific Toolchain Implementation
408 /// @name Darwin specific Toolchain functions
498 /// @name ToolChain Implementation
542 /// DarwinClang - The Darwin toolchain used by Clang.
548 /// @name Apple ToolChain Implementation
604 return ToolChain::CST_Libcxx;
636 class LLVM_LIBRARY_VISIBILITY MinGW : public ToolChain {
888 ToolChain::path_list &LibPaths) const;
946 class LLVM_LIBRARY_VISIBILITY TCEToolChain : public ToolChain {
958 class LLVM_LIBRARY_VISIBILITY MSVCToolChain : public ToolChain {
1039 class LLVM_LIBRARY_VISIBILITY XCoreToolChain : public ToolChain {
1094 class LLVM_LIBRARY_VISIBILITY WebAssembly final : public ToolChain {