Home
last modified time | relevance | path

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

12345678

/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/llvm/test/CodeGen/X86/
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/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.cpp47 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 …]
DToolChains.h45 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/
Dmh-darwin2 ## Darwin-specific setup (Darwin is the Mac OS X developer preview, successor
94 ## End Darwin-specific setup
/external/clang/runtime/compiler-rt/
DMakefile43 ifeq ($(OS),Darwin)
49 ifeq ($(OS),Darwin)
/external/valgrind/main/
Ddarwin10-drd.supp2 # DRD suppressions for Darwin 10.x / Mac OS X 10.6 Snow Leopard
/external/dhcpcd/mk/
Dos.mk4 _OS_SH= case `uname -s` in Linux) echo "Linux";; Darwin) echo "Darwin";; *) echo "BSD";; esac
/external/llvm/unittests/ADT/
DMakefile18 ifeq ($(TARGET_OS),Darwin)
/external/clang/examples/PrintFunctionNames/
DMakefile26 ifeq ($(OS),Darwin)
/external/qemu/distrib/libpng-1.2.19/
DMakefile10 ifeq ($(HOST_OS),Darwin)
Dsources.make7 # Enable MMX code path for x86, except on Darwin where it fails
/external/llvm/include/llvm/ADT/
DTriple.h84 Darwin, enumerator
265 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX; in isMacOSX()
/external/llvm/tools/edis/
DMakefile36 ifeq ($(HOST_OS),Darwin)
/external/llvm/runtime/libprofile/
DMakefile28 ifeq ($(HOST_OS),Darwin)
/external/clang/tools/libclang/
DMakefile29 ifeq ($(HOST_OS),Darwin)
/external/llvm/tools/lto/
DMakefile32 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/qemu/distrib/
Dupdate-audio.sh26 Darwin)
/external/llvm/test/CodeGen/PowerPC/
D2010-03-09-indirect-call.ll5 ; Indirect calls must use R12 on Darwin (i.e., R12 must contain the address of
/external/llvm/
DMakefile.rules224 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 …]

12345678