OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:darwin
(Results
51 - 75
of
2438
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
...]
autolink_integrated_as.c
1
// RUN: %clang -target x86_64-apple-
darwin
-fsyntax-only %s -no-integrated-as -### 2>&1 | FileCheck %s
/external/clang/test/Lexer/
utf8-char-literal.cpp
1
// RUN: %clang_cc1 -triple x86_64-apple-
darwin
-std=c++11 -fsyntax-only -verify %s
2
// RUN: %clang_cc1 -triple x86_64-apple-
darwin
-std=c11 -x c -fsyntax-only -verify %s
/external/llvm/test/CodeGen/ARM/
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
/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/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
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)
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
Completed in 1133 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>