Home | History | Annotate | Download | only in ToolChains

Lines Matching defs:Clang

1 //===--- Clang.h - Clang Tool and ToolChain Implementations ====-*- C++ -*-===//
13 #include "clang/Basic/DebugInfoOptions.h"
14 #include "clang/Driver/Driver.h"
15 #include "clang/Driver/Tool.h"
16 #include "clang/Driver/Types.h"
21 namespace clang {
27 /// Clang compiler tool.
28 class LLVM_LIBRARY_VISIBILITY Clang : public Tool {
102 Clang(const ToolChain &TC);
103 ~Clang() override;
116 /// Clang integrated assembler tool.
120 : Tool("clang::as", "clang integrated assembler", TC) {}
141 : Tool("offload bundler", "clang-offload-bundler", TC) {}
159 : Tool("offload wrapper", "clang-offload-wrapper", TC) {}
171 } // end namespace clang