Home
last modified time | relevance | path

Searched refs:getMacOSXVersion (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h349 bool getMacOSXVersion(unsigned &Major, unsigned &Minor,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCStreamer.cpp1158 if (!Target.getMacOSXVersion(Major, Minor, Update)) in EmitVersionForTarget()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp1078 bool Triple::getMacOSXVersion(unsigned &Major, unsigned &Minor, in getMacOSXVersion() function in Triple