Searched refs:Tool (Results 1 - 25 of 83) sorted by relevance

1234

/external/clang/lib/Driver/
H A DTool.cpp1 //===--- Tool.cpp - Compilation Tools -------------------------------------===//
10 #include "clang/Driver/Tool.h"
14 Tool::Tool(const char *_Name, const char *_ShortName, function in class:Tool
20 Tool::~Tool() {
H A DTools.h1 //===--- Tools.h - Tool Implementations -------------------------*- C++ -*-===//
13 #include "clang/Driver/Tool.h"
34 class LLVM_LIBRARY_VISIBILITY Clang : public Tool {
78 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC) {}
92 class LLVM_LIBRARY_VISIBILITY ClangAs : public Tool {
99 ClangAs(const ToolChain &TC) : Tool("clang::as",
115 class LLVM_LIBRARY_VISIBILITY Common : public Tool {
118 const ToolChain &TC) : Tool(Name, ShortName, TC) {}
196 class LLVM_LIBRARY_VISIBILITY Assemble : public Tool {
198 Assemble(const ToolChain &TC) : Tool("hexago
[all...]
H A DToolChains.h142 virtual Tool *getTool(Action::ActionClass AC) const;
143 virtual Tool *buildAssembler() const;
144 virtual Tool *buildLinker() const;
170 virtual Tool *buildAssembler() const;
171 virtual Tool *buildLinker() const;
172 virtual Tool *getTool(Action::ActionClass AC) const;
428 virtual Tool *buildAssembler() const;
429 virtual Tool *buildLinker() const;
439 virtual Tool *buildAssembler() const;
440 virtual Tool *buildLinke
[all...]
H A DJob.cpp19 Command::Command(const Action &_Source, const Tool &_Creator,
/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dantlr.sh7 org.antlr.Tool \
/external/chromium_org/tools/grit/grit/tool/
H A Dtest.py8 class TestTool(interface.Tool):
H A Dnewgrd.py6 '''Tool to create a new, empty .grd file with all the basic sections.
54 class NewGrd(interface.Tool):
H A Dunit.py15 class UnitTestTool(interface.Tool):
H A Dcount.py12 class CountMessage(interface.Tool):
H A Dinterface.py10 class Tool(object): class in inherits:object
/external/chromium_org/tools/gn/
H A Dtoolchain.h57 struct Tool { struct in class:Toolchain
58 Tool();
59 ~Tool();
84 const Tool& GetTool(ToolType type) const;
85 void SetTool(ToolType type, const Tool& t);
100 Tool tools_[TYPE_NUMTYPES];
H A Dtoolchain.cc22 Toolchain::Tool::Tool() { function in class:Toolchain::Tool
25 Toolchain::Tool::~Tool() {
79 const Toolchain::Tool& Toolchain::GetTool(ToolType type) const {
84 void Toolchain::SetTool(ToolType type, const Tool& t) {
H A Dninja_binary_target_writer.h29 void WriteLinkerFlags(const Toolchain::Tool& tool,
31 void WriteLibs(const Toolchain::Tool& tool);
/external/clang/include/clang/Driver/
H A DTool.h1 //===--- Tool.h - Compilation Tools -----------------------------*- C++ -*-===//
32 /// Tool - Information on a specific compilation tool.
33 class Tool { class in namespace:clang::driver
44 Tool(const char *Name, const char *ShortName,
48 virtual ~Tool();
H A DJob.h21 class Tool;
55 /// Tool - The tool which caused the creation of this job.
56 const Tool &Creator;
66 Command(const Action &_Source, const Tool &_Creator, const char *_Executable,
72 /// getCreator - Return the Tool which caused the creation of this job.
73 const Tool &getCreator() const { return Creator; }
H A DToolChain.h37 class Tool;
67 mutable OwningPtr<Tool> Clang;
68 mutable OwningPtr<Tool> Assemble;
69 mutable OwningPtr<Tool> Link;
70 Tool *getClang() const;
71 Tool *getAssemble() const;
72 Tool *getLink() const;
73 Tool *getClangAs() const;
79 virtual Tool *buildAssembler() const;
80 virtual Tool *buildLinke
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DJavaTarget.java30 import org.antlr.Tool;
38 protected ST chooseWhereCyclicDFAsGo(Tool tool,
H A DObjCTarget.java31 import org.antlr.Tool;
39 protected void genRecognizerHeaderFile(Tool tool,
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_proj.sh155 tag Tool \
171 tag Tool \
361 tag Tool \
372 tag Tool \
376 tag Tool \
387 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="true"
390 tag Tool \
401 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="true"
413 tag Tool \
419 tag Tool \
[all...]
/external/clang/unittests/Tooling/
H A DToolingTest.cpp160 ClangTool Tool(Compilations, Sources);
162 Tool.mapVirtualFile("/a.cc", "void a() {}");
163 Tool.mapVirtualFile("/b.cc", "void b() {}");
165 Tool.run(newFrontendActionFactory(&EndCallback, &EndCallback));
218 ClangTool Tool(Compilations, std::vector<std::string>(1, "/a.cc"));
219 Tool.mapVirtualFile("/a.cc", "void a() {}");
223 Tool.appendArgumentsAdjuster(new CheckSyntaxOnlyAdjuster(Found, Ran));
224 Tool.run(newFrontendActionFactory<SyntaxOnlyAction>());
229 Tool.clearArgumentsAdjusters();
230 Tool
[all...]
/external/clang/tools/clang-check/
H A DClangCheck.cpp191 ClangTool Tool(OptionsParser.getCompilations(),
195 Tool.clearArgumentsAdjusters();
196 Tool.appendArgumentsAdjuster(new ClangStripOutputAdjuster());
198 Tool.appendArgumentsAdjuster(new InsertAdjuster(ArgsAfter,
202 Tool.appendArgumentsAdjuster(new InsertAdjuster(ArgsBefore,
208 Tool.appendArgumentsAdjuster(new InsertAdjuster(
222 return Tool.run(FrontendFactory);
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DTool.java34 public class Tool { class
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestMessages.java30 import org.antlr.Tool;
59 Tool antlr = newTool();
H A DTestRewriteTemplates.java30 import org.antlr.Tool;
248 Tool antlr = newTool();
270 Tool antlr = newTool();
289 Tool antlr = newTool();
309 Tool antlr = newTool();
/external/chromium_org/third_party/mesa/src/scons/
H A Dcrossmingw.py1 """SCons.Tool.gcc
3 Tool-specific initialization for MinGW (http://www.mingw.org/)
6 It will usually be imported through the generic SCons.Tool.Tool()
41 import SCons.Tool namespace
128 source_scanner=SCons.Tool.SourceFileScanner)
129 SCons.Tool.SourceFileScanner.add_scanner('.rc', SCons.Defaults.CScan)
185 SCons.Tool.Tool(tool)(env)

Completed in 520 milliseconds

1234