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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.h 35 MacosVersion GetMacosVersion();
sanitizer_symbolizer_mac.cc 70 if (GetMacosVersion() == MACOS_VERSION_MAVERICKS) {
sanitizer_mac.cc 255 if ((GetMacosVersion() >= MACOS_VERSION_MAVERICKS) && at_initialization &&
424 MacosVersion GetMacosVersion() {
482 if (GetMacosVersion() >= MACOS_VERSION_YOSEMITE) {
600 // GetMacosVersion() doesn't work for the simulator. Let's instead check
  /external/compiler-rt/lib/asan/
asan_mac.cc 58 return GetMacosVersion() == MACOS_VERSION_SNOW_LEOPARD;

Completed in 223 milliseconds