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

  /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,
20 Tool::~Tool() {
Tools.h 1 //===--- Tools.h - Tool Implementations -------------------------*- C++ -*-===//
13 #include "clang/Driver/Tool.h"
30 /// \brief Clang compiler tool.
31 class LLVM_LIBRARY_VISIBILITY Clang : public Tool {
45 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC) {}
58 /// \brief Clang integrated assembler tool.
59 class LLVM_LIBRARY_VISIBILITY ClangAs : public Tool {
61 ClangAs(const ToolChain &TC) : Tool("clang::as",
75 /// gcc - Generic GCC tool implementations.
77 class LLVM_LIBRARY_VISIBILITY Common : public Tool {
    [all...]
ToolChains.h 25 /// Generic_GCC - A tool chain using the 'gcc' command to perform
30 mutable llvm::DenseMap<unsigned, Tool*> Tools;
36 virtual Tool &SelectTool(const Compilation &C, const JobAction &JA,
44 /// Darwin - The base Darwin tool chain.
51 mutable llvm::DenseMap<unsigned, Tool*> Tools;
85 /// The default macosx-version-min of this tool chain; empty until
104 // FIXME: Eliminate these ...Target functions and derive separate tool chains
202 virtual Tool &SelectTool(const Compilation &C, const JobAction &JA,
299 /// Darwin_Generic_GCC - Generic Darwin tool chain using gcc.
327 virtual Tool &SelectTool(const Compilation &C, const JobAction &JA
    [all...]
Job.cpp 19 Command::Command(const Action &_Source, const Tool &_Creator,
Android.mk 29 Tool.cpp \
ToolChains.cpp 47 /// Darwin - Darwin tool chain for i386 and x86_64.
168 // Free tool implementations.
169 for (llvm::DenseMap<unsigned, Tool*>::iterator
195 Tool &Darwin::SelectTool(const Compilation &C, const JobAction &JA,
223 Tool *&T = Tools[Key];
228 llvm_unreachable("Invalid tool kind.");
610 // Set the tool chain target information.
714 // FIXME: We really want to get out of the tool chain level argument
719 // and try to push it down into tool specific logic.
    [all...]
Driver.cpp 26 #include "clang/Driver/Tool.h"
376 // Clear stale state and suppress tool output.
499 const Tool &FailingTool = FailingCommand->getCreator();
648 // FIXME: We need tool chain support for this.
    [all...]
  /external/clang/include/clang/Driver/
Tool.h 1 //===--- Tool.h - Compilation Tools -----------------------------*- C++ -*-===//
26 /// Tool - Information on a specific compilation tool.
27 class Tool {
28 /// The tool name (for debugging).
31 /// The human readable name for the tool, for use in diagnostics.
34 /// The tool chain this tool is a part of.
38 Tool(const char *Name, const char *ShortName,
42 virtual ~Tool();
    [all...]
Job.h 20 class Tool;
52 /// Tool - The tool which caused the creation of this job.
53 const Tool &Creator;
63 Command(const Action &_Source, const Tool &_Creator, const char *_Executable,
69 /// getCreator - Return the Tool which caused the creation of this job.
70 const Tool &getCreator() const { return Creator; }
ToolChain.h 30 class Tool;
80 // Tool access.
83 /// translations this ToolChain may wish to perform, or 0 if no tool chain
92 /// SelectTool - Choose a tool to use to handle the action \arg JA with the
94 virtual Tool &SelectTool(const Compilation &C, const JobAction &JA,
112 /// IsBlocksDefault - Does this tool chain enable -fblocks by default.
115 /// IsIntegratedAssemblerDefault - Does this tool chain enable -integrated-as
119 /// IsStrictAliasingDefault - Does this tool chain use -fstrict-aliasing by
123 /// IsObjCDefaultSynthPropertiesDefault - Does this tool chain enable
127 /// IsObjCNonFragileABIDefault - Does this tool chain se
    [all...]
  /external/libvpx/build/make/
gen_msvs_proj.sh 152 tag Tool \
342 tag Tool \
353 tag Tool \
357 tag Tool \
368 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="1"
371 tag Tool \
382 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="1"
394 tag Tool \
400 tag Tool \
414 tag Tool \
    [all...]
  /frameworks/base/tools/localize/
Android.mk 4 # Android Asset Packaging Tool
  /frameworks/base/include/android_runtime/
AndroidRuntime.h 44 Tool,
  /frameworks/base/tools/aapt/
Android.mk 4 # Android Asset Packaging Tool
7 # This tool is prebuilt if we're doing an app-only build.
  /external/bison/
Android.mk 4 # Android Asset Packaging Tool
  /external/oprofile/
oprofile_android 94 # The tool program itself
95 class Tool:
430 tool = Tool(sys.argv)
431 rc = tool.main()
  /external/stlport/
configure.bat 13 echo STLport Configuration Tool for Windows
26 echo # STLport Configuration Tool for Windows > build\Makefiles\nmake\config.mak
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1020 milliseconds