OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:darwin
(Results
26 - 50
of
1673
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CodeGen/
asm-label.c
2
// RUN: %clang_cc1 -triple=i686-apple-darwin9 -emit-llvm %s -o - | FileCheck %s --check-prefix=
DARWIN
17
//
DARWIN
: @"\01bar" = internal global i32 0
18
//
DARWIN
: @"\01foo" = common global i32 0
19
//
DARWIN
: declare i8* @"\01alias"(i32)
arm-cc.c
1
// RUN: %clang_cc1 -triple armv7-apple-darwin9 -target-abi apcs-gnu -emit-llvm -w -o - %s | FileCheck -check-prefix=
DARWIN
-APCS %s
2
// RUN: %clang_cc1 -triple armv7-apple-darwin9 -target-abi aapcs -emit-llvm -w -o - %s | FileCheck -check-prefix=
DARWIN
-AAPCS %s
7
//
DARWIN
-APCS: define void @f()
8
//
DARWIN
-APCS: call void @g
9
//
DARWIN
-AAPCS: define arm_aapcscc void @f()
10
//
DARWIN
-AAPCS: call arm_aapcscc void @g
/external/clang/test/CodeGenCXX/
block-destruct.cpp
1
// RUN: %clang_cc1 %s -fblocks -triple x86_64-apple-
darwin
-emit-llvm -o - | FileCheck %s
debug-info-large-constant.cpp
1
// RUN: %clang_cc1 -g -triple=x86_64-apple-
darwin
%s -o /dev/null
/external/compiler-rt/SDKs/darwin/
README.txt
1
The
Darwin
platforms are all similar enough we roll them into one SDK, and use
/external/llvm/test/CodeGen/Thumb/
2010-07-01-FuncAlign.ll
1
; RUN: llc < %s -mtriple=thumb-apple-
darwin
| FileCheck %s
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/MC/AsmParser/
directive_thread_init_func.s
1
# RUN: llvm-mc -triple x86_64-unknown-
darwin
%s | FileCheck %s
/external/compiler-rt/lib/asan/output_tests/
use-after-free.cc
18
// Check-
Darwin
: {{ #0 0x.* in .*mz_free.*}}
19
// We override free() on
Darwin
, thus no malloc_zone_free
20
// Check-
Darwin
: {{ #1 0x.* in free}}
21
// Check-
Darwin
: {{ #2 0x.* in main .*use-after-free.cc:[45]}}
28
// Check-
Darwin
: {{ #0 0x.* in .*mz_malloc.*}}
29
// Check-
Darwin
: {{ #1 0x.* in malloc_zone_malloc.*}}
30
// Check-
Darwin
: {{ #2 0x.* in malloc.*}}
31
// Check-
Darwin
: {{ #3 0x.* in main .*use-after-free.cc:3}}
strncpy-overflow.cc
13
// Check-
Darwin
: {{ #0 0x.* in wrap_strncpy}}
21
// Check-
Darwin
: {{ #0 0x.* in .*mz_malloc.*}}
22
// Check-
Darwin
: {{ #1 0x.* in malloc_zone_malloc.*}}
23
// Check-
Darwin
: {{ #2 0x.* in malloc.*}}
24
// Check-
Darwin
: {{ #3 0x.* in main .*strncpy-overflow.cc:6}}
/external/llvm/test/CodeGen/X86/
2011-08-29-InitOrder.ll
2
; RUN: llc < %s -mtriple=i386-apple-
darwin
| FileCheck %s --check-prefix=CHECK-
DARWIN
13
; CHECK-
DARWIN
: .long _construct_1
14
; CHECK-
DARWIN
-NEXT: .long _construct_2
15
; CHECK-
DARWIN
-NEXT: .long _construct_3
25
; CHECK-
DARWIN
: .long _destruct_1
26
; CHECK-
DARWIN
-NEXT: .long _destruct_2
27
; CHECK-
DARWIN
-NEXT: .long _destruct_3
fastcc-2.ll
1
; RUN: llc < %s -mtriple=i686-apple-
darwin
-mattr=+sse2 | grep movsd
2
; RUN: llc < %s -mtriple=i686-apple-
darwin
-mattr=+sse2 | grep mov | count 1
segmented-stacks.ll
3
; RUN: llc < %s -mcpu=generic -mtriple=i686-
darwin
-segmented-stacks -verify-machineinstrs | FileCheck %s -check-prefix=X32-
Darwin
4
; RUN: llc < %s -mcpu=generic -mtriple=x86_64-
darwin
-segmented-stacks -verify-machineinstrs | FileCheck %s -check-prefix=X64-
Darwin
11
; RUN: llc < %s -mcpu=generic -mtriple=i686-
darwin
-segmented-stacks -filetype=obj
12
; RUN: llc < %s -mcpu=generic -mtriple=x86_64-
darwin
-segmented-stacks -filetype=obj
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_
[
all
...]
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
/sdk/emulator/opengl/tests/translator_tests/MacCommon/
Android.mk
3
ifeq ($(HOST_OS),
darwin
)
13
endif # HOST_OS ==
darwin
/external/llvm/test/CodeGen/ARM/
ctor_order.ll
1
; RUN: llc < %s -mtriple=arm-apple-
darwin
| FileCheck %s -check-prefix=
DARWIN
5
;
DARWIN
: .section __DATA,__mod_init_func,mod_init_funcs
6
;
DARWIN
: .long _f151
7
;
DARWIN
-NEXT: .long _f152
atomic-cmp.ll
1
; RUN: llc < %s -mtriple=armv7-apple-
darwin
-verify-machineinstrs | FileCheck %s -check-prefix=ARM
2
; RUN: llc < %s -mtriple=thumbv7-apple-
darwin
-verify-machineinstrs | FileCheck %s -check-prefix=T2
fpcmp_ueq.ll
1
; RUN: llc < %s -mtriple=arm-apple-
darwin
| grep moveq
2
; RUN: llc < %s -mtriple=armv7-apple-
darwin
-mcpu=cortex-a8 | FileCheck %s
trap.ll
1
; RUN: llc < %s -mtriple=arm-apple-
darwin
| FileCheck %s -check-prefix=INSTR
2
; RUN: llc < %s -mtriple=arm-apple-
darwin
-trap-func=_trap | FileCheck %s -check-prefix=FUNC
/external/clang/test/Driver/
cfi.c
3
// RUN: FileCheck --check-prefix=CHECK-
DARWIN
%s
8
// CHECK-
DARWIN
: -fno-dwarf2-cfi-asm
dwarf2-cfi-asm.c
1
// RUN: %clang -target x86_64-apple-
darwin
-### -S -integrated-as %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK-
DARWIN
-MC-DEFAULT %s
2
// RUN: %clang -target x86_64-apple-
darwin
-### -S -integrated-as -fdwarf2-cfi-asm %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK-
DARWIN
-MC-CFI %s
3
// RUN: %clang -target x86_64-apple-
darwin
-### -S -integrated-as -fno-dwarf2-cfi-asm %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK-
DARWIN
-MC-NOCFI %s
5
// RUN: %clang -target x86_64-apple-
darwin
-### -S -no-integrated-as %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK-
DARWIN
-AS-DEFAULT %s
6
// RUN: %clang -target x86_64-apple-
darwin
-### -S -no-integrated-as -fdwarf2-cfi-asm %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK-
DARWIN
-AS-CFI %
[
all
...]
/external/llvm/test/CodeGen/PowerPC/
empty-functions.ll
1
; RUN: llc < %s -mtriple=powerpc-apple-
darwin
| FileCheck -check-prefix=CHECK-NO-FP %s
2
; RUN: llc < %s -mtriple=powerpc-apple-
darwin
-disable-fp-elim | FileCheck -check-prefix=CHECK-FP %s
/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
...]
Completed in 652 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>