Searched refs:DarwinVersion (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Driver/
H A DToolChains.cpp58 DarwinVersion[0], DarwinVersion[1],
59 DarwinVersion[2], HadExtra))
63 << "10." << std::max(0, (int)DarwinVersion[0] - 4) << '.'
64 << DarwinVersion[1];
273 AddGCCLibexecPath(DarwinVersion[0]);
274 AddGCCLibexecPath(DarwinVersion[0] - 2);
275 AddGCCLibexecPath(DarwinVersion[0] - 1);
276 AddGCCLibexecPath(DarwinVersion[0] + 1);
277 AddGCCLibexecPath(DarwinVersion[
[all...]
H A DToolChains.h48 unsigned DarwinVersion[3]; member in class:clang::driver::toolchains::Darwin

Completed in 82 milliseconds