Home
last modified time | relevance | path

Searched refs:macOS (Results 1 – 25 of 55) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/
H A DPlatform.cpp40 return PlatformKind::macOS; in mapToPlatformKind()
69 case PlatformKind::macOS: in getPlatformName()
95 .Case("macos", PlatformKind::macOS) in getPlatformFromName()
99 .Case("bridgeos", PlatformKind::macOS) in getPlatformFromName()
113 case PlatformKind::macOS: in getOSAndEnvironmentName()
H A DTextStubCommon.cpp52 if (Ctx && Ctx->FileKind == TBD_V3 && Values.count(PlatformKind::macOS) && in output()
63 case PlatformKind::macOS: in output()
101 Values.insert(PlatformKind::macOS); in input()
110 .Case("macosx", PlatformKind::macOS) in input()
H A DTarget.cpp27 .Case("macos", PlatformKind::macOS) in create()
/freebsd-13.1/.github/workflows/
H A Dcross-bootstrap-tools.yml17 …# TODO: both Ubuntu and macOS have bmake packages, we should try them instead of bootstrapping our…
26 - os: macOS-latest
37 - name: install packages (macOS)
38 if: runner.os == 'macOS'
50 # heh, works on Linux/BSD/macOS ...
/freebsd-13.1/share/misc/
H A Dbsd-family-tree353 | | macOS *--NetBSD 7.0 | |
363 *--FreeBSD | macOS | | | OpenBSD 6.0 |
391 | | macOS | | | |
403 | | FreeBSD macOS | | | |
792 macOS 10.12 2016-09-20 [APL]
799 macOS 10.13 2017-09-25 [APL]
814 macOS 10.14 2018-09-24 [APL]
826 macOS 10.15 2019-10-07 [APL]
827 macOS 10.15.1 2019-10-29 [APL] (security/critical release)
841 macOS 11 2020-11-19 [APL]
[all …]
/freebsd-13.1/tools/build/mk/
H A DMakefile.boot.pre6 # And on macOS it is impossible to create a statically linked binary.
10 # There is no objcopy on macOS so we can't do the MK_DEBUG_FILES objcopy magic.
/freebsd-13.1/contrib/libpcap/doc/
H A DREADME.macos1 As with other systems using BPF, macOS allows users with read access to
15 On macOS, the BPF devices live on devfs, but the macOS version of devfs
22 a "startup item" for older versions of macOS;
24 a launchd daemon for Tiger and later versions of macOS;
/freebsd-13.1/contrib/libfido2/
H A DREADME.adoc4 image:https://github.com/yubico/libfido2/workflows/macos/badge.svg["macOS Build Status (github acti…
24 *libfido2* is known to work on Linux, macOS, Windows, OpenBSD, and FreeBSD.
63 ==== macOS subsubsection
83 `.actions/` (Linux, macOS) and `windows/` directories.
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDBProperties.td8 Desc<"Enable GDB's JIT compilation interface (default: enabled on all platforms except macOS)">;
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A D__availability20 // library on macOS, iOS and other Apple platforms. In order for users to be
31 // For example, the filesystem library was introduced in the dylib in macOS 10.15.
32 // If a user compiles on a macOS 10.15 host but targets macOS 10.13 with their
35 // the symbols when actually trying to launch the program on macOS 10.13. To
/freebsd-13.1/contrib/lib9p/
H A DREADME.md15 * macOS (>=10.9)
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPlatform.h24 macOS = MachO::PLATFORM_MACOS, enumerator
/freebsd-13.1/contrib/tcpdump/
H A DPLATFORMS13 * Mac OS X / macOS
/freebsd-13.1/contrib/googletest/
H A D.gitignore42 # macOS files
/freebsd-13.1/contrib/kyua/utils/
H A Dtest_utils.ipp57 /// some systems (e.g. on macOS).
77 /// be slow on some systems (e.g. on macOS).
/freebsd-13.1/contrib/llvm-project/lld/docs/
H A Dsphinx_intro.rst46 macOS
47 All modern macOS systems come with ``easy_install`` as part of the base
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DTapiFile.cpp48 if (interface.getPlatforms().count(PlatformKind::macOS) && in TapiFile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DHost.inc48 // macOS version scheme.
/freebsd-13.1/sys/contrib/zstd/
H A DTESTING.md44 - Entire test suite and make install on macOS
/freebsd-13.1/contrib/apr/
H A DCHANGES47 lack native versions (eg: OSX/macOS). [Jim Jagielski]
/freebsd-13.1/sys/contrib/libsodium/packaging/dotnet-core/
H A DREADME.md15 * For macOS, binaries are extracted from the
/freebsd-13.1/contrib/libpcap/
H A DREADME.md65 BSD, and macOS; an older, modified and undocumented version is standard
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.def64 /// The iOS 64-bit and macOS 64-bit ARM ABI follows ARM's published 64-bit
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DDriver.cpp669 .Cases("macos", "1", PlatformKind::macOS) in parsePlatformVersion()
902 {PlatformKind::macOS, VersionTuple(10, 15)}, in dataConstDefault()
1354 config->platform() == PlatformKind::macOS); in link()
H A DWriter.cpp415 case PlatformKind::macOS: in writeTo()
691 {PlatformKind::macOS, VersionTuple(10, 14)}, in useLCBuildVersion()

123