OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:darwin
(Results
201 - 225
of
1673
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/MC/MachO/ARM/
nop-thumb2-padding.s
1
@ RUN: llvm-mc -triple armv7-apple-
darwin
%s -filetype=obj -o %t.obj
/external/qemu/
android-rebuild.sh
13
Darwin
|FreeBsd)
/external/valgrind/main/tests/
asm.h
3
// On
Darwin
, all symbols get an underscore prepended when compiled. If we
malloc.h
18
//
Darwin
lacks memalign, but its malloc is always 16-aligned anyway.
filter_libc
12
# "libSystem*" occurs on
Darwin
.
17
# libc, on some (eg.
Darwin
) it will be in the main executable.
/external/clang/test/CodeGenCXX/
array-construction.cpp
2
// RUN: %clang_cc1 -triple x86_64-apple-
darwin
-std=c++11 -S %s -o %t-64.s
4
// RUN: %clang_cc1 -triple i386-apple-
darwin
-std=c++11 -S %s -o %t-32.s
array-operator-delete-call.cpp
2
// RUN: %clang_cc1 -triple x86_64-apple-
darwin
-std=c++11 -S %s -o %t-64.s
4
// RUN: %clang_cc1 -triple i386-apple-
darwin
-std=c++11 -S %s -o %t-32.s
cast-conversion.cpp
2
// RUN: %clang_cc1 -triple x86_64-apple-
darwin
-std=c++11 -S %s -o %t-64.s
4
// RUN: %clang_cc1 -triple i386-apple-
darwin
-std=c++11 -S %s -o %t-32.s
constructor-default-arg.cpp
2
// RUN: %clang_cc1 -triple x86_64-apple-
darwin
-std=c++11 -S %s -o %t-64.s
4
// RUN: %clang_cc1 -triple i386-apple-
darwin
-std=c++11 -S %s -o %t-32.s
constructor-template.cpp
2
// RUN: %clang_cc1 -triple x86_64-apple-
darwin
-std=c++11 -S %s -o %t-64.s
4
// RUN: %clang_cc1 -triple i386-apple-
darwin
-std=c++11 -S %s -o %t-32.s
convert-to-fptr.cpp
2
// RUN: %clang_cc1 -triple x86_64-apple-
darwin
-std=c++11 -S %s -o %t-64.s
4
// RUN: %clang_cc1 -triple i386-apple-
darwin
-std=c++11 -S %s -o %t-32.s
/external/clang/test/CodeGenObjC/
ivar-layout-no-optimize.m
2
// RUN: %clang_cc1 -fobjc-gc -triple x86_64-apple-
darwin
-fobjc-fragile-abi -O0 -S %s -o %t-64.s
4
// RUN: %clang_cc1 -x objective-c++ -fobjc-gc -triple x86_64-apple-
darwin
-fobjc-fragile-abi -O0 -S %s -o %t-64.s
objc-read-weak-byref.m
2
// RUN: %clang_cc1 -fblocks -fobjc-gc -triple x86_64-apple-
darwin
-fobjc-fragile-abi -S %s -o %t-64.s
4
// RUN: %clang_cc1 -fblocks -fobjc-gc -triple i386-apple-
darwin
-fobjc-fragile-abi -S %s -o %t-32.s
/external/clang/test/Driver/
darwin-objc-options.m
10
// CHECK-CHECK-X86_64_ABI1:
darwin
-objc-options
21
// CHECK-CHECK-I386_ABI2:
darwin
-objc-options
sysroot.c
6
// Apple
Darwin
uses -isysroot as the syslib root, too.
13
// Check that honor --sysroot= over -isysroot, for Apple
Darwin
.
/external/freetype/src/base/
ftbase.h
54
/* Mac OS X/
Darwin
kernel often changes recommended method to access */
57
/* on
Darwin
VFS should be grouped and skip the rest methods after */
/external/libsepol/src/
private.h
8
#ifdef
DARWIN
19
#ifdef
DARWIN
/external/llvm/test/CodeGen/ARM/
2010-05-18-PostIndexBug.ll
1
; RUN: llc < %s -mtriple=armv7-apple-
darwin
| FileCheck %s -check-prefix=ARM
2
; RUN: llc < %s -mtriple=thumbv7-apple-
darwin
| FileCheck %s -check-prefix=THUMB
ldstrexd.ll
1
; RUN: llc < %s -mtriple=armv7-apple-
darwin
| FileCheck %s
2
; RUN: llc < %s -mtriple=thumbv7-apple-
darwin
| FileCheck %s
shuffle.ll
1
; RUN: llc < %s -mtriple=thumbv7-apple-
darwin
-relocation-model=pic -disable-fp-elim | FileCheck %s
4
target triple = "thumbv7-apple-
darwin
"
unaligned_load_store.ll
2
; RUN: llc < %s -mtriple=armv6-apple-
darwin
| FileCheck %s -check-prefix=DARWIN_V6
3
; RUN: llc < %s -mtriple=armv6-apple-
darwin
-arm-strict-align | FileCheck %s -check-prefix=GENERIC
/external/llvm/test/CodeGen/X86/
empty-functions.ll
1
; RUN: llc < %s -mtriple=x86_64-apple-
darwin
| FileCheck -check-prefix=CHECK-NO-FP %s
2
; RUN: llc < %s -mtriple=x86_64-apple-
darwin
-disable-fp-elim | FileCheck -check-prefix=CHECK-FP %s
sibcall-byval.ll
1
; RUN: llc < %s -mtriple=i386-apple-
darwin
| FileCheck %s -check-prefix=32
2
; RUN: llc < %s -mtriple=x86_64-apple-
darwin
| FileCheck %s -check-prefix=64
small-byval-memcpy.ll
1
; RUN: llc < %s -mtriple=i386-apple-
darwin
-mcpu=core2 | grep movsd | count 8
2
; RUN: llc < %s -mtriple=i386-apple-
darwin
-mcpu=nehalem | grep movups | count 2
/external/llvm/unittests/ADT/
Makefile
16
# Xfail BitVectorTest for now on PPC
Darwin
. 7598360.
18
ifeq ($(TARGET_OS),
Darwin
)
Completed in 280 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>