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 ------------===//
16 #include "clang/Driver/ToolChain.h"
27 ToolChain::ToolChain(const Driver &D, const llvm::Triple &T,
32 ToolChain::~ToolChain() {
35 const Driver &ToolChain::getDriver() const {
39 bool ToolChain::useIntegratedAs() const {
45 std::string ToolChain::getDefaultUniversalArchName() const {
62 bool ToolChain::IsUnwindTablesDefault() const
    [all...]
Tools.cpp 22 #include "clang/Driver/ToolChain.h"
148 static void AddLinkerInputs(const ToolChain &TC,
208 static void addProfileRT(const ToolChain &TC, const ArgList &Args,
858 const ToolChain &TC,
    [all...]
  /external/clang/include/clang/Driver/
ToolChain.h 1 //===--- ToolChain.h - Collections of tools for one platform ----*- C++ -*-===//
39 /// ToolChain - Access to tools for a single platform.
40 class ToolChain {
59 /// The list of toolchain specific path prefixes to search for
63 /// The list of toolchain specific path prefixes to search for
76 ToolChain(const Driver &D, const llvm::Triple &T,
101 virtual ~ToolChain();
114 /// this toolchain. Note t
130 /// translations this ToolChain may wish to perform, or 0 if no tool chain
148 /// \brief Dispatch to the specific toolchain for verbose printing
    [all...]

Completed in 81 milliseconds