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 39 const ToolChain &DefaultToolChain;
79 Compilation(const Driver &D, const ToolChain &DefaultToolChain,
86 const ToolChain &getDefaultToolChain() const { return DefaultToolChain; }
  /external/clang/lib/Driver/
Compilation.cpp 27 : TheDriver(D), DefaultToolChain(_DefaultToolChain),
28 CudaHostToolChain(&DefaultToolChain), CudaDeviceToolChain(nullptr),
59 TC = &DefaultToolChain;

Completed in 588 milliseconds