HomeSort by: relevance | last modified time | path
    Searched refs:macOS (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/TextAPI/
Platform.cpp 40 return PlatformKind::macOS;
69 case PlatformKind::macOS:
70 return "macOS";
95 .Case("macos", PlatformKind::macOS)
99 .Case("bridgeos", PlatformKind::macOS)
Target.cpp 27 .Case("macos", PlatformKind::macOS)
TextStubCommon.cpp 52 if (Ctx && Ctx->FileKind == TBD_V3 && Values.count(PlatformKind::macOS) &&
63 case PlatformKind::macOS:
101 Values.insert(PlatformKind::macOS);
110 .Case("macosx", PlatformKind::macOS)
TextStub.cpp 181 - targets: [ arm64-macos ] # The list of target triples associated with symbols
190 - targets: [ arm64-macos, x86_64-maccatalyst ] # Optional: Targets for applicable additional symbols
194 - targets: [ arm64-macos ] # The list of target triples associated with symbols
383 case PlatformKind::macOS:
384 OS << "macos";
  /src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
Platform.h 24 macOS = MachO::PLATFORM_MACOS,
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
mDNSFeatures.h 78 // Enabled: Compiled for all platforms, except iOS and watchOS (rdar://112912605), and macOS (rdar://118002582).
81 #if MDNS_OS(iOS) || MDNS_OS(watchOS) || MDNS_OS(macOS)
  /src/external/mit/xorg/lib/fontconfig/etc/conf.avail/
70-no-bitmap-webfonts.conf 9 Mostly these are included as scalable system fonts in macOS.
  /src/external/apache2/llvm/dist/llvm/lib/Object/
TapiFile.cpp 53 if (interface.getPlatforms().count(PlatformKind::macOS) &&
  /src/external/apache2/llvm/dist/llvm/tools/llvm-ifs/
llvm-ifs.cpp 212 return llvm::MachO::PlatformKind::macOS;
224 return llvm::MachO::PlatformKind::macOS;
  /src/external/apache2/llvm/dist/libcxx/utils/ci/
run-buildbot 31 --osx-roots <DIR> Path to pre-downloaded macOS dylibs. By default, we download
363 echo "--- Downloading previous macOS dylibs"
365 OSX_ROOTS="${BUILD_DIR}/macos-roots"
374 cp "${OSX_ROOTS}/macOS/libc++abi/${DEPLOYMENT_TARGET}/libc++abi.dylib" \
375 "${OSX_ROOTS}/macOS/libc++abi/${DEPLOYMENT_TARGET}/libc++abi.1.dylib"
378 PARAMS+=";cxx_runtime_root=${OSX_ROOTS}/macOS/libc++/${DEPLOYMENT_TARGET}"
379 PARAMS+=";abi_runtime_root=${OSX_ROOTS}/macOS/libc++abi/${DEPLOYMENT_TARGET}"
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
README.md 71 We support Visual Studio, macOS, Linux, freeBSD. We support big and little endian. We support 32-bit and 64-bit systems.
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/fast_float/
README.md 78 We support Visual Studio, macOS, Linux, freeBSD. We support big and little endian. We support 32-bit and 64-bit systems.
  /src/external/mit/expat/dist/lib/
xmlparse.c 155 * BSD / macOS >=10.7 / glibc >=2.36 (arc4random_buf): HAVE_ARC4RANDOM_BUF, \
156 * BSD / macOS (including <10.7) / glibc >=2.36 (arc4random): HAVE_ARC4RANDOM, \
159 * Linux (including <3.17) / BSD / macOS (including <10.7) / Solaris >=8 (/dev/urandom): XML_DEV_URANDOM, \
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 4522 if( __builtin_available( macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, * ) )
4915 if( __builtin_available( macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, * ) )
5321 if( __builtin_available( macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, * ) )
    [all...]

Completed in 94 milliseconds