Home
last modified time | relevance | path

Searched refs:GetMacosVersion (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.h35 MacosVersion GetMacosVersion();
Dsanitizer_mac.cc255 if ((GetMacosVersion() >= MACOS_VERSION_MAVERICKS) && at_initialization && in GetThreadStackTopAndBottom()
424 MacosVersion GetMacosVersion() { in GetMacosVersion() function
482 if (GetMacosVersion() >= MACOS_VERSION_YOSEMITE) { in LogFullErrorReport()
Dsanitizer_symbolizer_mac.cc70 if (GetMacosVersion() == MACOS_VERSION_MAVERICKS) { in GetArgV()
Dsanitizer_malloc_mac.inc43 if (GetMacosVersion() >= MACOS_VERSION_LION) {
/external/compiler-rt/lib/asan/
Dasan_mac.cc58 return GetMacosVersion() == MACOS_VERSION_SNOW_LEOPARD; in PlatformHasDifferentMemcpyAndMemmove()