HomeSort by relevance Sort by last modified time
    Searched full:darwin (Results 51 - 75 of 1929) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/Thumb/
barrier.ll 1 ; RUN: llc < %s -mtriple=thumbv6-apple-darwin | FileCheck %s -check-prefix=V6
2 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -mattr=-db | FileCheck %s -check-prefix=V6
  /external/llvm/test/CodeGen/X86/
inline-asm-pic.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=pic | grep lea
2 ; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=pic | grep call
  /external/llvm/test/MC/ARM/
thumb-nop.s 1 @ RUN: llvm-mc -triple=thumbv6-apple-darwin -show-encoding < %s | FileCheck %s -check-prefix=CHECK-V6
2 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding < %s | FileCheck %s -check-prefix=CHECK-V7
  /external/qemu/distrib/libpng-1.2.19/
Makefile 10 ifeq ($(HOST_OS),Darwin)
11 HOST_OS := darwin
  /external/valgrind/main/docs/internals/
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
64 * m_syswrap/syscall-amd64-darwin.S
68 * m_syswrap/syswrap-darwin.c:
72 * env var handling w/ exec on Darwin: is there something odd? Compare
73 "valgrind env" on Darwin and Linux. On the former there ar
    [all...]
  /external/clang/test/CodeGen/
2003-08-18-SigSetJmp.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm %s -o /dev/null
2009-05-04-EnumInreg.c 1 // RUN: %clang_cc1 -emit-llvm -triple i686-apple-darwin -mregparm 3 %s -o - | FileCheck %s
2010-07-14-overconservative-align.c 1 // RUN: %clang_cc1 %s -triple x86_64-apple-darwin -emit-llvm -o - | FileCheck %s
2011-03-31-ArrayRefFolding.c 1 // RUN: %clang_cc1 -emit-llvm -o - -triple i386-apple-darwin %s | FileCheck %s
func-aligned.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - | FileCheck %s
x86_64-arguments-darwin.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s| FileCheck %s
  /external/clang/test/CodeGenCXX/
2012-02-06-VecInitialization.cpp 1 // RUN: %clang_cc1 -emit-llvm -o - -triple i386-apple-darwin %s | FileCheck %s
debug-info-context.cpp 1 // RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
debug-info-flex-member.cpp 1 // RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
debug-info-template-recursive.cpp 1 // RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
  /external/clang/test/CodeGenObjC/
2008-11-12-Metadata.m 1 // RUN: %clang_cc1 -emit-llvm -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 %s -o /dev/null
2008-11-24-ConstCFStrings.m 1 // RUN: %clang_cc1 -emit-llvm -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 %s -o - | FileCheck %s
  /external/clang/test/Sema/
arm-asm.c 1 // RUN: %clang_cc1 %s -triple armv7-apple-darwin -verify -fsyntax-only
array-size-64.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -verify %s
attr-alias.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -fsyntax-only -verify %s
weak-import-on-enum.c 1 // RUN: %clang_cc1 -fsyntax-only -verify -triple x86_64-apple-darwin %s
  /external/compiler-rt/lib/asan/lit_tests/Darwin/
reexec-insert-libraries-env.cc 6 // RUN: %clangxx -m64 %p/../SharedLibs/darwin-dummy-shared-lib-so.cc \
7 // RUN: -dynamiclib -o darwin-dummy-shared-lib-so.dylib
10 // RUN: DYLD_INSERT_LIBRARIES=darwin-dummy-shared-lib-so.dylib \
18 // CHECK: {{DYLD_INSERT_LIBRARIES=.*darwin-dummy-shared-lib-so.dylib.*}}