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

  /external/clang/lib/Driver/
ToolChains.h 312 unsigned DarwinVersion[3];
ToolChains.cpp 66 // FIXME: DarwinVersion is only used to find GCC's libexec directory.
68 DarwinVersion[0] = Minor + 4;
69 DarwinVersion[1] = Micro;
70 DarwinVersion[2] = 0;
    [all...]

Completed in 26 milliseconds