/external/llvm/test/CodeGen/X86/ |
D | segmented-stacks.ll | 3 …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 …]
|
D | mmx-arg-passing.ll | 7 ; 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.
|
D | aligned-comm.ll | 5 ; Darwin 9+ should get alignment on common symbols.
|
/external/valgrind/main/docs/internals/ |
D | Darwin-notes.txt | 7 /* 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/ |
D | INSTALL | 10 - 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,
|
D | android-rebuild.sh | 13 Darwin|FreeBsd)
|
/external/clang/lib/Driver/ |
D | ToolChains.cpp | 44 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 …]
|
D | ToolChains.h | 164 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/ |
D | mh-darwin | 2 ## Darwin-specific setup (Darwin is the Mac OS X developer preview, successor 98 ## End Darwin-specific setup
|
/external/openssh/ |
D | README.platform | 47 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/ |
D | os.mk | 4 _OS_SH= case `uname -s` in Linux) echo "Linux";; Darwin) echo "Darwin";; *) echo "BSD";; esac
|
/external/clang/examples/analyzer-plugin/ |
D | Makefile | 18 ifeq ($(OS),Darwin)
|
/external/llvm/utils/ |
D | llvmgrep | 32 Linux|Darwin) grep_cmd="egrep -H -n" ;;
|
/external/llvm/unittests/ADT/ |
D | Makefile | 18 ifeq ($(TARGET_OS),Darwin)
|
/external/clang/examples/PrintFunctionNames/ |
D | Makefile | 26 ifeq ($(OS),Darwin)
|
/external/llvm/include/llvm/ADT/ |
D | Triple.h | 84 Darwin, enumerator 284 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX; in isMacOSX()
|
/external/compiler-rt/SDKs/darwin/ |
D | README.txt | 1 The Darwin platforms are all similar enough we roll them into one SDK, and use
|
/external/qemu/distrib/libpng-1.2.19/ |
D | Makefile | 10 ifeq ($(HOST_OS),Darwin)
|
/external/compiler-rt/make/platform/ |
D | darwin_fat.mk | 24 Description := Target for building universal libraries for Darwin.
|
/external/llvm/runtime/libprofile/ |
D | Makefile | 28 ifeq ($(HOST_OS),Darwin)
|
/external/llvm/tools/lto/ |
D | Makefile | 25 ifeq ($(HOST_OS),Darwin)
|
/external/clang/www/timing-data/2008-10-31/ |
D | 176.gcc-02.txt | 3 Uname: Darwin lordcrumb.apple.com 10.0.0d3 Darwin Kernel Version 10.0.0d3: Fri Oct 24 02:12:11 PDT …
|
D | 176.gcc-01.txt | 3 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/ |
D | Makefile | 35 ifeq ($(HOST_OS),Darwin)
|
/external/qemu/distrib/ |
D | update-audio.sh | 26 Darwin)
|