/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/llvm/test/CodeGen/X86/ |
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/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 | 47 Darwin::Darwin(const HostInfo &Host, 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() 97 void Darwin::configureObjCRuntime(ObjCRuntime &runtime) const { in configureObjCRuntime() 156 llvm::StringRef Darwin::getDarwinArchName(const ArgList &Args) const { in getDarwinArchName() 176 Darwin::~Darwin() { in ~Darwin() 183 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args) const { in ComputeEffectiveClangTriple() 203 Tool &Darwin::SelectTool(const Compilation &C, const JobAction &JA, in SelectTool() 211 getTriple().getOS() == llvm::Triple::Darwin && in SelectTool() [all …]
|
D | ToolChains.h | 45 class LLVM_LIBRARY_VISIBILITY Darwin : public ToolChain { 89 Darwin(const HostInfo &Host, const llvm::Triple& Triple); 90 ~Darwin(); 259 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 94 ## End Darwin-specific setup
|
/external/clang/runtime/compiler-rt/ |
D | Makefile | 43 ifeq ($(OS),Darwin) 49 ifeq ($(OS),Darwin)
|
/external/valgrind/main/ |
D | darwin10-drd.supp | 2 # DRD suppressions for Darwin 10.x / Mac OS X 10.6 Snow Leopard
|
/external/dhcpcd/mk/ |
D | os.mk | 4 _OS_SH= case `uname -s` in Linux) echo "Linux";; Darwin) echo "Darwin";; *) echo "BSD";; esac
|
/external/llvm/unittests/ADT/ |
D | Makefile | 18 ifeq ($(TARGET_OS),Darwin)
|
/external/clang/examples/PrintFunctionNames/ |
D | Makefile | 26 ifeq ($(OS),Darwin)
|
/external/qemu/distrib/libpng-1.2.19/ |
D | Makefile | 10 ifeq ($(HOST_OS),Darwin)
|
D | sources.make | 7 # Enable MMX code path for x86, except on Darwin where it fails
|
/external/llvm/include/llvm/ADT/ |
D | Triple.h | 84 Darwin, enumerator 265 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX; in isMacOSX()
|
/external/llvm/tools/edis/ |
D | Makefile | 36 ifeq ($(HOST_OS),Darwin)
|
/external/llvm/runtime/libprofile/ |
D | Makefile | 28 ifeq ($(HOST_OS),Darwin)
|
/external/clang/tools/libclang/ |
D | Makefile | 29 ifeq ($(HOST_OS),Darwin)
|
/external/llvm/tools/lto/ |
D | Makefile | 32 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/qemu/distrib/ |
D | update-audio.sh | 26 Darwin)
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2010-03-09-indirect-call.ll | 5 ; Indirect calls must use R12 on Darwin (i.e., R12 must contain the address of
|
/external/llvm/ |
D | Makefile.rules | 224 ifneq ($(HOST_OS),Darwin) 337 ifeq ($(HOST_OS),Darwin) 348 ifeq ($(HOST_OS),Darwin) 497 ifeq ($(HOST_OS),Darwin) 513 ifeq ($(TARGET_OS),Darwin) 521 ifneq ($(HOST_OS),Darwin) 558 ifneq ($(HOST_OS), Darwin) 619 ifeq ($(TARGET_OS),Darwin) 993 ifeq ($(HOST_OS),Darwin) 1034 ifeq ($(HOST_OS),Darwin) [all …]
|