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 ------------===//
10 #include "clang/Driver/ToolChain.h"
24 ToolChain::ToolChain(const HostInfo &H, const llvm::Triple &T)
28 ToolChain::~ToolChain() {
31 const Driver &ToolChain::getDriver() const {
35 std::string ToolChain::GetFilePath(const char *Name) const {
40 std::string ToolChain::GetProgramPath(const char *Name, bool WantFile) const {
44 types::ID ToolChain::LookupTypeForExtension(const char *Ext) const
    [all...]
Tools.cpp 23 #include "clang/Driver/ToolChain.h"
99 static void AddLinkerInputs(const ToolChain &TC,
147 static void addProfileRT(const ToolChain &TC, const ArgList &Args,
    [all...]
  /external/clang/include/clang/Driver/
ToolChain.h 1 //===--- ToolChain.h - Collections of tools for one platform ----*- C++ -*-===//
32 /// ToolChain - Access to tools for a single platform.
33 class ToolChain {
46 /// The list of toolchain specific path prefixes to search for
50 /// The list of toolchain specific path prefixes to search for
55 ToolChain(const HostInfo &Host, const llvm::Triple &_Triple);
58 virtual ~ToolChain();
83 /// translations this ToolChain may wish to perform, or 0 if no tool chain

Completed in 395 milliseconds