| /freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | Platform.cpp | 40 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 D | TextStubCommon.cpp | 52 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 D | Target.cpp | 27 .Case("macos", PlatformKind::macOS) in create()
|
| /freebsd-13.1/.github/workflows/ |
| H A D | cross-bootstrap-tools.yml | 17 …# 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 D | bsd-family-tree | 353 | | 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 D | Makefile.boot.pre | 6 # 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 D | README.macos | 1 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 D | README.adoc | 4 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 D | JITLoaderGDBProperties.td | 8 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 | __availability | 20 // 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 D | README.md | 15 * macOS (>=10.9)
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | Platform.h | 24 macOS = MachO::PLATFORM_MACOS, enumerator
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | PLATFORMS | 13 * Mac OS X / macOS
|
| /freebsd-13.1/contrib/googletest/ |
| H A D | .gitignore | 42 # macOS files
|
| /freebsd-13.1/contrib/kyua/utils/ |
| H A D | test_utils.ipp | 57 /// 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 D | sphinx_intro.rst | 46 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 D | TapiFile.cpp | 48 if (interface.getPlatforms().count(PlatformKind::macOS) && in TapiFile()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Host.inc | 48 // macOS version scheme.
|
| /freebsd-13.1/sys/contrib/zstd/ |
| H A D | TESTING.md | 44 - Entire test suite and make install on macOS
|
| /freebsd-13.1/contrib/apr/ |
| H A D | CHANGES | 47 lack native versions (eg: OSX/macOS). [Jim Jagielski]
|
| /freebsd-13.1/sys/contrib/libsodium/packaging/dotnet-core/ |
| H A D | README.md | 15 * For macOS, binaries are extracted from the
|
| /freebsd-13.1/contrib/libpcap/ |
| H A D | README.md | 65 BSD, and macOS; an older, modified and undocumented version is standard
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetCXXABI.def | 64 /// 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 D | Driver.cpp | 669 .Cases("macos", "1", PlatformKind::macOS) in parsePlatformVersion() 902 {PlatformKind::macOS, VersionTuple(10, 15)}, in dataConstDefault() 1354 config->platform() == PlatformKind::macOS); in link()
|
| H A D | Writer.cpp | 415 case PlatformKind::macOS: in writeTo() 691 {PlatformKind::macOS, VersionTuple(10, 14)}, in useLCBuildVersion()
|