Home
last modified time | relevance | path

Searched refs:Darwin (Results 1 – 25 of 151) sorted by relevance

1234567

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp961 Darwin::Darwin(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in Darwin() function in Darwin
976 ToolChain::CXXStdlibType Darwin::GetDefaultCXXStdlibType() const { in GetDefaultCXXStdlibType()
982 ObjCRuntime Darwin::getDefaultObjCRuntime(bool isNonFragile) const { in getDefaultObjCRuntime()
1000 bool Darwin::hasBlocksRuntime() const { in hasBlocksRuntime()
1115 Darwin::~Darwin() {} in ~Darwin()
1121 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple()
1180 : Darwin(D, Triple, Args) {} in DarwinClang()
1205 Darwin::addClangTargetOptions(DriverArgs, CC1Args, DeviceOffloadKind); in addClangTargetOptions()
1366 std::string Darwin::getCompilerRT(const ArgList &, StringRef Component, in getCompilerRT()
1385 StringRef Darwin::getPlatformFamily() const { in getPlatformFamily()
[all …]
H A DDarwin.h344 class LLVM_LIBRARY_VISIBILITY Darwin : public AppleMachO {
386 Darwin(const Driver &D, const llvm::Triple &Triple,
388 ~Darwin() override;
443 const_cast<Darwin *>(this)->setTripleEnvironment(llvm::Triple::Simulator); in setTarget()
445 const_cast<Darwin *>(this)->setTripleEnvironment(llvm::Triple::MacABI); in setTarget()
642 class LLVM_LIBRARY_VISIBILITY DarwinClang : public Darwin {
/freebsd/contrib/bmake/
H A DREADME5 Since 1993 I have run it on AIX, BSDi, Darwin, FreeBSD, HP-UX, IRIX,
9 Currently each release is tested on Darwin, NetBSD, FreeBSD and Linux.
36 This will *not* work on Darwin or any other system with a case
38 is disabled by default on Darwin.
/freebsd/contrib/pjdfstest/tests/
H A Dconf5 # Supported operating systems: FreeBSD, Darwin, SunOS, Linux
17 Darwin|FreeBSD)
27 Darwin)
H A Dmisc.sh197 Darwin|FreeBSD)
206 Darwin)
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DDriver.h21 Darwin, // -flavor darwin enumerator
64 {lld::MinGW, &lld::mingw::link}, {lld::Darwin, &lld::macho::link}, { \
/freebsd/crypto/openssh/
H A DREADME.platform50 Darwin and MacOS X
52 Darwin does not provide a tun(4) driver required for OpenSSH-based
54 has been removed in recent releases of Darwin and MacOS X.
56 Tunnel support is known to work with Darwin 8 and MacOS X 10.4 in
61 Recent Darwin/MacOS X versions are likely unsupported.
/freebsd/lib/libc/locale/
H A DDESIGN.xlocale5 The xlocale APIs come from Darwin, although a subset is now part of POSIX 2008.
9 - Locale-aware functions taking an explicit locale argument (Darwin)
16 The overall goal of this implementation is to be compatible with the Darwin
33 well with existing conventions, but is used because this is the name the Darwin
43 differs from the Darwin implementation, which includes a deprecated
113 to supply the `locale_t` parameter. This is in line with the Darwin public
123 Differences to Darwin APIs
156 in either this implementation or the Darwin one. You must call `duplocale()`
/freebsd/contrib/libpcap/testprogs/
H A DCMakeLists.txt47 CMAKE_SYSTEM_NAME STREQUAL "Darwin" OR
53 CMAKE_SYSTEM_NAME STREQUAL "Darwin" OR
/freebsd/contrib/smbfs/
H A DREADME16 Darwin maintained in the Darwin's tree.
/freebsd/contrib/file/python/
H A DLICENSE1 Copyright (c) Ian F. Darwin 1986-1995.
2 Software written by Ian F. Darwin and others;
/freebsd/contrib/pjdfstest/tests/chmod/
H A D11.t67 Darwin)
103 Darwin)
/freebsd/contrib/file/
H A DCOPYING2 Copyright (c) Ian F. Darwin 1986, 1987, 1989, 1990, 1991, 1992, 1994, 1995.
3 Software written by Ian F. Darwin and others;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DAssertFrameRecognizer.cpp28 case llvm::Triple::Darwin: in GetAbortLocation()
61 case llvm::Triple::Darwin: in GetAssertLocation()
/freebsd/contrib/pjdfstest/travis/
H A Dtest.sh11 Darwin)
/freebsd/contrib/pjdfstest/tests/open/
H A D24.t10 Darwin|FreeBSD)
H A D16.t9 Darwin|Linux)
/freebsd/contrib/ntp/sntp/loc/
H A Ddarwin1 # Darwin (Mac OS X) installations and man page suffixes
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAlignedAllocation.h28 case llvm::Triple::Darwin: in alignedAllocMinVersion()
/freebsd/contrib/openbsm/
H A DNEWS174 - Deprecated Darwin constants, such as TRAILER_PAD_MAGIC, removed.
191 - Remove compatibility defines for old Darwin token constant names; now only
284 - Introduce AUE_SYSCTL_WRITE event so that BSD/Darwin systems can audit reads
340 collisions with Solaris. Darwin events renamed to AUE_DARWIN_foo, as they
342 - autoconf now detects clock_gettime(), which is not available on Darwin.
432 - Add cannot_audit() function non-Darwin systems that wraps auditon();
433 required by OpenSSH BSM support. Convert Darwin cannot_audit() into a
435 - Library build fixed on Darwin following include file tweaks. The native
436 Darwin sys/audit.h conflicts with bsm/audit.h due to duplicate types, so
485 make use of sys/endian.h from *BSD; since this isn't present on Darwin,
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLogProperties.td7 Desc<"Enable Darwin os_log collection when debugged process is launched or attached.">;
/freebsd/contrib/bmake/mk/
H A DFILES74 sys/Darwin.mk
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in65 * Defined if os_unfair_lock_*() functions are available, as provided by Darwin.
263 * Darwin (OS X) uses zones to work around Mach-O symbol override shortcomings.
421 /* Darwin VM_MAKE_TAG support */
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DWasm.cpp31 Darwin, // -flavor darwin enumerator
/freebsd/contrib/llvm-project/lld/Common/
H A DDriverDispatcher.cpp36 .CasesLower("ld64", "ld64.lld", "darwin", Darwin) in getFlavor()

1234567