HomeSort by relevance Sort by last modified time
    Searched refs:Tool (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/clang/lib/Driver/
Tool.cpp 1 //===--- Tool.cpp - Compilation Tools -------------------------------------===//
10 #include "clang/Driver/Tool.h"
14 Tool::Tool(const char *_Name, const char *_ShortName, const ToolChain &TC,
22 Tool::~Tool() {
Tools.h 1 //===--- Tools.h - Tool Implementations -------------------------*- C++ -*-===//
14 #include "clang/Driver/Tool.h"
45 /// \brief Clang compiler tool.
46 class LLVM_LIBRARY_VISIBILITY Clang : public Tool {
103 // as it is for other tools. Some operations on a Tool actually test
104 // whether that tool is Clang based on the Tool's Name as a string.
105 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC, RF_Full) {}
118 /// \brief Clang integrated assembler tool.
119 class LLVM_LIBRARY_VISIBILITY ClangAs : public Tool {
    [all...]
ToolChains.h 28 /// Generic_GCC - A tool chain using the 'gcc' command to perform
210 Tool *getTool(Action::ActionClass AC) const override;
211 Tool *buildAssembler() const override;
212 Tool *buildLinker() const override;
239 Tool *buildAssembler() const override;
240 Tool *buildLinker() const override;
241 Tool *getTool(Action::ActionClass AC) const override;
353 /// Darwin - The base Darwin tool chain.
411 // FIXME: Eliminate these ...Target functions and derive separate tool chains
615 Tool *buildLinker() const override
    [all...]
Job.cpp 14 #include "clang/Driver/Tool.h"
29 Command::Command(const Action &Source, const Tool &Creator,
101 if (Creator.getResponseFilesSupport() == Tool::RF_FileList) {
128 // This leaves us to set the argv to a single parameter, requesting the tool
130 if (Creator.getResponseFilesSupport() != Tool::RF_FileList) {
204 if (Creator.getResponseFilesSupport() != Tool::RF_FileList)
259 FallbackCommand::FallbackCommand(const Action &Source_, const Tool &Creator_,
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
antlr.sh 7 org.antlr.Tool \
  /external/jsoncpp/scons-tools/
globtool.py 51 Tool always exists.
  /external/clang/unittests/Tooling/
ToolingTest.cpp 160 Args.push_back("tool-executable");
186 Args.push_back("tool-executable");
226 ClangTool Tool(Compilations, Sources);
228 Tool.mapVirtualFile("/a.cc", "void a() {}");
229 Tool.mapVirtualFile("/b.cc", "void b() {}");
233 Tool.run(Action.get());
282 ClangTool Tool(Compilations, std::vector<std::string>(1, "/a.cc"));
283 Tool.mapVirtualFile("/a.cc", "void a() {}");
297 Tool.appendArgumentsAdjuster(CheckSyntaxOnlyAdjuster);
298 Tool.run(Action.get())
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
JavaTarget.java 30 import org.antlr.Tool;
31 import org.antlr.tool.Grammar;
32 import org.antlr.tool.Rule;
38 protected ST chooseWhereCyclicDFAsGo(Tool tool,
ObjCTarget.java 31 import org.antlr.Tool;
34 import org.antlr.tool.Grammar;
39 protected void genRecognizerHeaderFile(Tool tool,
CTarget.java 30 import org.antlr.Tool;
32 import org.antlr.tool.Grammar;
42 protected void genRecognizerFile(Tool tool,
57 protected void genRecognizerHeaderFile(Tool tool,
73 protected ST chooseWhereCyclicDFAsGo(Tool tool,
DelphiTarget.java 30 import org.antlr.Tool;
34 import org.antlr.tool.Grammar;
49 protected ST chooseWhereCyclicDFAsGo(Tool tool,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_proj.sh 155 tag Tool \
172 tag Tool \
362 tag Tool \
373 tag Tool \
377 tag Tool \
388 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="true"
391 tag Tool \
402 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="true"
414 tag Tool \
419 tag Tool \
    [all...]
  /external/clang/include/clang/Driver/
Tool.h 1 //===--- Tool.h - Compilation Tools -----------------------------*- C++ -*-===//
33 /// Tool - Information on a specific compilation tool.
34 class Tool {
36 // Documents the level of support for response files in this tool.
41 // all tool input arguments to a file. E.g.: clang, gcc, binutils and MSVC
53 /// The tool name (for debugging).
56 /// The human readable name for the tool, for use in diagnostics.
59 /// The tool chain this tool is a part of
    [all...]
ToolChain.h 44 class Tool;
84 mutable std::unique_ptr<Tool> Clang;
85 mutable std::unique_ptr<Tool> Assemble;
86 mutable std::unique_ptr<Tool> Link;
87 Tool *getClang() const;
88 Tool *getAssemble() const;
89 Tool *getLink() const;
90 Tool *getClangAs() const;
101 virtual Tool *buildAssembler() const;
102 virtual Tool *buildLinker() const
    [all...]
Job.h 27 class Tool;
47 /// Tool - The tool which caused the creation of this job.
48 const Tool &Creator;
85 Command(const Action &Source, const Tool &Creator, const char *Executable,
102 /// getCreator - Return the Tool which caused the creation of this job.
103 const Tool &getCreator() const { return Creator; }
109 /// the tool being called only supports input files lists.
126 FallbackCommand(const Action &Source_, const Tool &Creator_,
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
Tool.java 34 public class Tool {
  /external/boringssl/src/tool/
tool.cc 47 struct Tool {
52 static const Tool kTools[] = {
78 const Tool &tool = kTools[i]; local
79 if (tool.func == nullptr) {
82 printf(" %s\n", tool.name);
88 const Tool &tool = kTools[i]; local
89 if (tool.func == nullptr || name == tool.name)
118 tool_func_t tool = nullptr; local
    [all...]
  /external/libvpx/libvpx/build/make/
gen_msvs_proj.sh 85 tag Tool \
102 tag Tool \
303 tag Tool \
314 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="true"
317 tag Tool \
328 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="true"
340 tag Tool \
354 tag Tool \
362 tag Tool \
388 tag Tool \
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestMessages.java 30 import org.antlr.Tool;
35 import org.antlr.tool.ErrorManager;
36 import org.antlr.tool.Grammar;
37 import org.antlr.tool.GrammarSemanticsMessage;
59 Tool antlr = newTool();
TestRewriteTemplates.java 30 import org.antlr.Tool;
32 import org.antlr.tool.*;
248 Tool antlr = newTool();
270 Tool antlr = newTool();
289 Tool antlr = newTool();
309 Tool antlr = newTool();
TestTemplates.java 30 import org.antlr.Tool;
37 import org.antlr.tool.ErrorManager;
38 import org.antlr.tool.Grammar;
39 import org.antlr.tool.GrammarSemanticsMessage;
40 import org.antlr.tool.Message;
65 Tool antlr = newTool();
102 Tool antlr = newTool();
140 Tool antlr = newTool();
176 Tool antlr = newTool();
211 Tool antlr = newTool()
    [all...]
TestAttributes.java 30 import org.antlr.Tool;
37 import org.antlr.tool.*;
56 Tool antlr = newTool();
81 Tool antlr = newTool();
103 Tool antlr = newTool();
128 Tool antlr = newTool();
150 Tool antlr = newTool();
181 Tool antlr = newTool();
217 Tool antlr = newTool();
242 Tool antlr = newTool()
    [all...]
  /external/clang/tools/clang-check/
ClangCheck.cpp 1 //===--- tools/clang-check/ClangCheck.cpp - Clang check tool --------------===//
10 // This file implements a clang-check tool that runs clang based on the info
13 // This tool uses the Clang Tooling infrastructure, see
162 ClangTool Tool(OptionsParser.getCompilations(),
166 Tool.clearArgumentsAdjusters();
167 Tool.appendArgumentsAdjuster(getClangStripOutputAdjuster());
171 Tool.appendArgumentsAdjuster(getInsertArgumentAdjuster(
185 return Tool.run(FrontendFactory.get());
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Interp.java 28 package org.antlr.tool;
30 import org.antlr.Tool;
75 Tool tool = new Tool(); local
77 Grammar parser = new Grammar(tool, grammarFileName, composite);
99 Grammar lexer = new Grammar(tool);
102 lexer.setTool(tool);
  /external/mesa3d/scons/
crossmingw.py 1 """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
128 source_scanner=SCons.Tool.SourceFileScanner)
129 SCons.Tool.SourceFileScanner.add_scanner('.rc', SCons.Defaults.CScan)
184 for tool in gnu_tools:
185 SCons.Tool.Tool(tool)(env
    [all...]

Completed in 391 milliseconds

1 2 3 4