Searched refs:getMacOSXVersion (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/ADT/
H A DTriple.h205 /// getMacOSXVersion - Parse the version number as with getOSVersion and then
209 bool getMacOSXVersion(unsigned &Major, unsigned &Minor,
/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DTriple.cpp554 bool Triple::getMacOSXVersion(unsigned &Major, unsigned &Minor, function in class:Triple
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Driver/
H A DToolChains.cpp52 if (!Triple.getMacOSXVersion(Major, Minor, Micro))
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Basic/
H A DTargets.cpp126 Triple.getMacOSXVersion(Maj, Min, Rev);

Completed in 72 milliseconds