Home
last modified time | relevance | path

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

123456

/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDDarwin.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 …]
HDDarwin.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-14-stable/contrib/pjdfstest/tests/
HDconf5 # Supported operating systems: FreeBSD, Darwin, SunOS, Linux
17 Darwin|FreeBSD)
27 Darwin)
HDmisc.sh197 Darwin|FreeBSD)
206 Darwin)
/freebsd-14-stable/contrib/llvm-project/lld/include/lld/Common/
HDDriver.h21 Darwin, // -flavor darwin enumerator
64 {lld::MinGW, &lld::mingw::link}, {lld::Darwin, &lld::macho::link}, { \
/freebsd-14-stable/crypto/openssh/
HDREADME.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-14-stable/lib/libc/locale/
HDDESIGN.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-14-stable/contrib/smbfs/
HDREADME16 Darwin maintained in the Darwin's tree.
/freebsd-14-stable/contrib/file/python/
HDLICENSE1 Copyright (c) Ian F. Darwin 1986-1995.
2 Software written by Ian F. Darwin and others;
/freebsd-14-stable/contrib/file/
HDCOPYING2 Copyright (c) Ian F. Darwin 1986, 1987, 1989, 1990, 1991, 1992, 1994, 1995.
3 Software written by Ian F. Darwin and others;
/freebsd-14-stable/contrib/pjdfstest/tests/chmod/
HD11.t67 Darwin)
103 Darwin)
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDAssertFrameRecognizer.cpp28 case llvm::Triple::Darwin: in GetAbortLocation()
61 case llvm::Triple::Darwin: in GetAssertLocation()
/freebsd-14-stable/contrib/pjdfstest/travis/
HDtest.sh11 Darwin)
/freebsd-14-stable/contrib/pjdfstest/tests/open/
HD24.t10 Darwin|FreeBSD)
HD16.t9 Darwin|Linux)
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDAlignedAllocation.h28 case llvm::Triple::Darwin: in alignedAllocMinVersion()
/freebsd-14-stable/contrib/ntp/sntp/loc/
HDdarwin1 # Darwin (Mac OS X) installations and man page suffixes
/freebsd-14-stable/contrib/openbsm/
HDNEWS174 - 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-14-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
HDStructuredDataDarwinLogProperties.td7 Desc<"Enable Darwin os_log collection when debugged process is launched or attached.">;
/freebsd-14-stable/contrib/libpcap/testprogs/
HDCMakeLists.txt46 CMAKE_SYSTEM_NAME STREQUAL "Darwin" OR
/freebsd-14-stable/contrib/bmake/mk/
HDFILES54 sys/Darwin.mk
/freebsd-14-stable/sys/contrib/zstd/lib/
HDMakefile72 ifeq ($(UNAME), Darwin)
252 ifneq (,$(filter $(UNAME),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haik…
/freebsd-14-stable/contrib/tcpdump/cmake/Modules/
HDFindPCAP.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-14-stable/contrib/llvm-project/clang/lib/Interpreter/
HDWasm.cpp31 Darwin, // -flavor darwin enumerator
/freebsd-14-stable/contrib/bmake/
HDREADME5 Since 1993 I have run it on AIX, BSDi, Darwin, FreeBSD, HP-UX, IRIX,

123456