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 ------------===//
18 #include "clang/Driver/ToolChain.h"
40 static ToolChain::RTTIMode CalculateRTTIMode(const ArgList &Args,
46 return ToolChain::RM_EnabledExplicitly;
48 return ToolChain::RM_DisabledExplicitly;
53 return ToolChain::RM_EnabledImplicitly;
63 return ToolChain::RM_EnabledImplicitly;
65 return ToolChain::RM_DisabledImplicitly;
68 ToolChain::ToolChain(const Driver &D, const llvm::Triple &T
    [all...]
Tools.cpp 25 #include "clang/Driver/ToolChain.h"
235 static void AddLinkerInputs(const ToolChain &TC, const InputInfoList &Inputs,
304 const ToolChain *AuxToolChain) const {
515 // the toolchain itself after the resource dir is inserted in the right
745 arm::FloatABI arm::getARMFloatABI(const ToolChain &TC, const ArgList &Args) {
847 static void getARMTargetFeatures(const ToolChain &TC,
    [all...]
  /external/clang/include/clang/Driver/
ToolChain.h 1 //===--- ToolChain.h - Collections of tools for one platform ----*- C++ -*-===//
47 /// ToolChain - Access to tools for a single platform.
48 class ToolChain {
77 /// The list of toolchain specific path prefixes to search for
81 /// The list of toolchain specific path prefixes to search for
99 ToolChain(const Driver &D, const llvm::Triple &T,
124 virtual ~ToolChain();
138 /// this toolchain.
158 // Returns the RTTIMode for the toolchain with the current arguments.
178 /// translations this ToolChain may wish to perform, or 0 if no tool chai
    [all...]

Completed in 401 milliseconds