Home
last modified time | relevance | path

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

123456789

/external/llvm/test/CodeGen/X86/
Dsegmented-stacks.ll3 …mtriple=i686-darwin -segmented-stacks -verify-machineinstrs | FileCheck %s -check-prefix=X32-Darwin
4 …riple=x86_64-darwin -segmented-stacks -verify-machineinstrs | FileCheck %s -check-prefix=X64-Darwin
55 ; X32-Darwin: test_basic:
57 ; X32-Darwin: movl $432, %ecx
58 ; X32-Darwin-NEXT: cmpl %gs:(%ecx), %esp
59 ; X32-Darwin-NEXT: ja LBB0_2
61 ; X32-Darwin: pushl $0
62 ; X32-Darwin-NEXT: pushl $60
63 ; X32-Darwin-NEXT: calll ___morestack
64 ; X32-Darwin-NEXT: ret
[all …]
Dmmx-arg-passing.ll7 ; On Darwin x86-32, v8i8, v4i16, v2i32 values are passed in MM[0-2].
8 ; On Darwin x86-32, v1i64 values are passed in memory. In this example, they
10 ; On Darwin x86-64, v8i8, v4i16, v2i32 values are passed in XMM[0-7].
11 ; On Darwin x86-64, v1i64 values are passed in 64-bit GPRs.
Daligned-comm.ll5 ; Darwin 9+ should get alignment on common symbols.
/external/valgrind/main/docs/internals/
DDarwin-notes.txt7 /* IMPORTANT: on Darwin it is essential to use the _nocancel versions
9 is available. See docs/internals/Darwin-notes.txt for the reason
20 Why? Because on Darwin, pthread cancellation is done within the
36 (compared to succeeding using native Darwin semaphores). And if the
39 using native Darwin semaphores.
56 functionality. Furthermore, a Darwin-specific hack was required in
72 * env var handling w/ exec on Darwin: is there something odd? Compare
73 "valgrind env" on Darwin and Linux. On the former there are
111 m_main: relatedly, Darwin version does not collect/give out
115 m_main: Darwin port relies on blocking out big sections of address
[all …]
/external/qemu/
DINSTALL10 - Darwin x86
11 - Darwin ppc (experimental only)
14 Note that development on 64-bit versions of Darwin and Windows is
39 Darwin x86: gcc-4.0.1 (build 5341)
40 Darwin ppc: gcc-3.3 (build 1819)
45 Note that on Darwin, the *build* number of your compiler *is* important.
46 Some builds of gcc-4.0.1 are known to generate bad binaries on Darwin x86,
Dandroid-rebuild.sh13 Darwin|FreeBsd)
/external/clang/lib/Driver/
DToolChains.cpp44 Darwin::Darwin(const Driver &D, const llvm::Triple& Triple) in Darwin() function in Darwin
64 types::ID Darwin::LookupTypeForExtension(const char *Ext) const { in LookupTypeForExtension()
74 bool Darwin::HasNativeLLVMSupport() const { in HasNativeLLVMSupport()
78 bool Darwin::hasARCRuntime() const { in hasARCRuntime()
96 bool Darwin::hasSubscriptingRuntime() const { in hasSubscriptingRuntime()
101 void Darwin::configureObjCRuntime(ObjCRuntime &runtime) const { in configureObjCRuntime()
117 bool Darwin::hasBlocksRuntime() const { in hasBlocksRuntime()
149 StringRef Darwin::getDarwinArchName(const ArgList &Args) const { in getDarwinArchName()
169 Darwin::~Darwin() { in ~Darwin()
176 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple()
[all …]
DToolChains.h164 class LLVM_LIBRARY_VISIBILITY Darwin : public ToolChain {
215 Darwin(const Driver &D, const llvm::Triple& Triple);
216 ~Darwin();
385 class LLVM_LIBRARY_VISIBILITY DarwinClang : public Darwin {
/external/icu4c/config/
Dmh-darwin2 ## Darwin-specific setup (Darwin is the Mac OS X developer preview, successor
98 ## End Darwin-specific setup
/external/openssh/
DREADME.platform47 Darwin and MacOS X
49 Darwin does not provide a tun(4) driver required for OpenSSH-based
51 has been removed in recent releases of Darwin and MacOS X.
53 Nevertheless, tunnel support is known to work with Darwin 8 and
/external/dhcpcd/mk/
Dos.mk4 _OS_SH= case `uname -s` in Linux) echo "Linux";; Darwin) echo "Darwin";; *) echo "BSD";; esac
/external/clang/examples/analyzer-plugin/
DMakefile18 ifeq ($(OS),Darwin)
/external/llvm/utils/
Dllvmgrep32 Linux|Darwin) grep_cmd="egrep -H -n" ;;
/external/llvm/unittests/ADT/
DMakefile18 ifeq ($(TARGET_OS),Darwin)
/external/clang/examples/PrintFunctionNames/
DMakefile26 ifeq ($(OS),Darwin)
/external/llvm/include/llvm/ADT/
DTriple.h84 Darwin, enumerator
284 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX; in isMacOSX()
/external/compiler-rt/SDKs/darwin/
DREADME.txt1 The Darwin platforms are all similar enough we roll them into one SDK, and use
/external/qemu/distrib/libpng-1.2.19/
DMakefile10 ifeq ($(HOST_OS),Darwin)
/external/compiler-rt/make/platform/
Ddarwin_fat.mk24 Description := Target for building universal libraries for Darwin.
/external/llvm/runtime/libprofile/
DMakefile28 ifeq ($(HOST_OS),Darwin)
/external/llvm/tools/lto/
DMakefile25 ifeq ($(HOST_OS),Darwin)
/external/clang/www/timing-data/2008-10-31/
D176.gcc-02.txt3 Uname: Darwin lordcrumb.apple.com 10.0.0d3 Darwin Kernel Version 10.0.0d3: Fri Oct 24 02:12:11 PDT …
D176.gcc-01.txt3 Uname: Darwin lordcrumb.apple.com 10.0.0d3 Darwin Kernel Version 10.0.0d3: Fri Oct 24 02:12:11 PDT …
/external/clang/tools/libclang/
DMakefile35 ifeq ($(HOST_OS),Darwin)
/external/qemu/distrib/
Dupdate-audio.sh26 Darwin)

123456789