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

  /external/clang/include/clang/Driver/
Compilation.h 40 const ToolChain &DefaultToolChain;
93 Compilation(const Driver &D, const ToolChain &DefaultToolChain,
100 const ToolChain &getDefaultToolChain() const { return DefaultToolChain; }
  /external/clang/lib/Driver/
Compilation.cpp 27 : TheDriver(D), DefaultToolChain(_DefaultToolChain), ActiveOffloadMask(0u),
32 std::make_pair(Action::OFK_Host, &DefaultToolChain));
58 TC = &DefaultToolChain;

Completed in 54 milliseconds