HomeSort by relevance Sort by last modified time
    Searched defs:ToolChain (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Driver/
ToolChain.cpp 1 //===--- ToolChain.cpp - Collections of tools for one platform ------------===//
17 #include "clang/Driver/ToolChain.h"
34 static ToolChain::RTTIMode CalculateRTTIMode(const ArgList &Args,
40 return ToolChain::RM_EnabledExplicitly;
42 return ToolChain::RM_DisabledExplicitly;
47 return ToolChain::RM_EnabledImplicitly;
57 return ToolChain::RM_EnabledImplicitly;
59 return ToolChain::RM_DisabledImplicitly;
62 ToolChain::ToolChain(const Driver &D, const llvm::Triple &T
    [all...]
Tools.cpp 25 #include "clang/Driver/ToolChain.h"
193 static void AddLinkerInputs(const ToolChain &TC,
    [all...]
  /external/clang/include/clang/Driver/
ToolChain.h 1 //===--- ToolChain.h - Collections of tools for one platform ----*- C++ -*-===//
41 /// ToolChain - Access to tools for a single platform.
42 class ToolChain {
71 /// The list of toolchain specific path prefixes to search for
75 /// The list of toolchain specific path prefixes to search for
92 ToolChain(const Driver &D, const llvm::Triple &T,
117 virtual ~ToolChain();
130 /// this toolchain. Note t
150 // Returns the RTTIMode for the toolchain with the current arguments.
156 /// translations this ToolChain may wish to perform, or 0 if no tool chai
    [all...]

Completed in 41 milliseconds