Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp932 Darwin::Darwin(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in Darwin() function in Darwin
948 ToolChain::CXXStdlibType Darwin::GetDefaultCXXStdlibType() const { in GetDefaultCXXStdlibType()
954 ObjCRuntime Darwin::getDefaultObjCRuntime(bool isNonFragile) const { in getDefaultObjCRuntime()
972 bool Darwin::hasBlocksRuntime() const { in hasBlocksRuntime()
983 void Darwin::AddCudaIncludeArgs(const ArgList &DriverArgs, in AddCudaIncludeArgs()
988 void Darwin::AddHIPIncludeArgs(const ArgList &DriverArgs, in AddHIPIncludeArgs()
1082 Darwin::~Darwin() {} in ~Darwin()
1086 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple()
1145 : Darwin(D, Triple, Args) {} in DarwinClang()
1324 std::string Darwin::getCompilerRT(const ArgList &, StringRef Component, in getCompilerRT()
[all …]
H A DDarwin.h294 class LLVM_LIBRARY_VISIBILITY Darwin : public MachO {
339 Darwin(const Driver &D, const llvm::Triple &Triple,
341 ~Darwin() override;
396 const_cast<Darwin *>(this)->setTripleEnvironment(llvm::Triple::Simulator); in setTarget()
398 const_cast<Darwin *>(this)->setTripleEnvironment(llvm::Triple::MacABI); in setTarget()
602 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/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/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/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/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/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/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/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/libpcap/testprogs/
H A DCMakeLists.txt46 CMAKE_SYSTEM_NAME STREQUAL "Darwin" OR
/freebsd/contrib/bmake/mk/
H A DFILES61 sys/Darwin.mk
/freebsd/sys/contrib/zstd/lib/
H A DMakefile72 ifeq ($(UNAME), Darwin)
252 ifneq (,$(filter $(UNAME),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haik…
/freebsd/contrib/tcpdump/cmake/Modules/
H A DFindPCAP.cmake209 # This is macOS or another Darwin-based OS.
270 # Work around macOS (and probably other Darwin) brokenness,
303 # Work around macOS (and probably other Darwin) brokenness,
338 # Work around macOS (and probably other Darwin) brokenness,
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DWasm.cpp31 Darwin, // -flavor darwin enumerator

123456