HomeSort by relevance Sort by last modified time
    Searched full:darwin (Results 76 - 100 of 4308) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/test/Frontend/
disable-output.c 2 // RUN: %clang_cc1 %s -emit-llvm-only -triple=i386-apple-darwin -o %t
4 // RUN: %clang_cc1 %s -emit-codegen-only -triple=i386-apple-darwin -o %t
  /external/llvm/test/CodeGen/ARM/
vararg_no_start.ll 1 ; RUN: llc -mtriple=arm-darwin < %s | FileCheck %s
2 ; RUN: llc -O0 -mtriple=arm-darwin < %s | FileCheck %s
MachO-subtypes.ll 3 ; RUN: llc -mtriple=armv4t-apple-darwin -filetype=obj -o - < %s \
6 ; RUN: llc -mtriple=armv5-apple-darwin -filetype=obj -o - < %s \
8 ; RUN: llc -mtriple=armv5e-apple-darwin -filetype=obj -o - < %s \
10 ; RUN: llc -mtriple=armv5t-apple-darwin -filetype=obj -o - < %s \
12 ; RUN: llc -mtriple=armv5te-apple-darwin -filetype=obj -o - < %s \
14 ; RUN: llc -mtriple=armv5tej-apple-darwin -filetype=obj -o - < %s \
17 ; RUN: llc -mtriple=armv6-apple-darwin -filetype=obj -o - < %s \
19 ; RUN: llc -mtriple=armv6k-apple-darwin -filetype=obj -o - < %s \
21 ; RUN: llc -mtriple=thumbv6-apple-darwin -filetype=obj -o - < %s \
23 ; RUN: llc -mtriple=thumbv6k-apple-darwin -filetype=obj -o - < %s
    [all...]
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
  /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
hidden-vis.ll 2 ; RUN: llc < %s -mtriple=i686-apple-darwin8 | FileCheck %s -check-prefix=DARWIN
14 ; DARWIN: .private_extern _t1
15 ; DARWIN-LABEL: t1:
23 ; DARWIN: .weak_definition _t2
30 ; DARWIN: .private_extern _a
31 ; DARWIN-NOT: private_extern
trap.ll 1 ; RUN: llc < %s -mtriple=i686-apple-darwin8 -mcpu=yonah | FileCheck %s -check-prefix=DARWIN
5 ; DARWIN-LABEL: test0:
6 ; DARWIN: ud2
17 ; DARWIN-LABEL: test1:
18 ; DARWIN: int3
tls-models.ll 6 ; Darwin always uses the same model.
7 ; RUN: llc < %s -march=x86-64 -mtriple=x86_64-apple-darwin | FileCheck -check-prefix=DARWIN %s
38 ; DARWIN-LABEL: f1:
39 ; DARWIN: _external_gd@TLVP
55 ; DARWIN-LABEL: f2:
56 ; DARWIN: _internal_gd@TLVP
75 ; DARWIN-LABEL: f3:
76 ; DARWIN: _external_ld@TLVP
92 ; DARWIN-LABEL: f4
    [all...]
segmented-stacks.ll 5 ; RUN: llc < %s -mcpu=generic -mtriple=i686-darwin -verify-machineinstrs | FileCheck %s -check-prefix=X32-Darwin
6 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-darwin -verify-machineinstrs | FileCheck %s -check-prefix=X64-Darwin
17 ; RUN: llc < %s -mcpu=generic -mtriple=i686-darwin -filetype=obj -o /dev/null
18 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-darwin -filetype=obj -o /dev/null
81 ; X32-Darwin-LABEL: test_basic:
83 ; X32-Darwin: movl $432, %ecx
84 ; X32-Darwin-NEXT: cmpl %gs:(%ecx), %esp
85 ; X32-Darwin-NEXT: ja LBB0_
    [all...]
  /external/llvm/test/MC/AsmParser/
secure_log_unique.s 2 // RUN: env AS_SECURE_LOG_FILE=%t llvm-mc -triple x86_64-apple-darwin %s
3 // RUN: env AS_SECURE_LOG_FILE=%t llvm-mc -triple x86_64-apple-darwin %s
undefined-local-symbol.s 1 # RUN: not llvm-mc -triple i386-apple-darwin -filetype=obj -o /dev/null %s 2>&1 | FileCheck %s
3 # NOTE: apple-darwin portion of the triple is to enforce the convention choice
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
err-syms-3.s 9 # { dg-error ".a. can.t be a weak_definition .currently only supported in sections of type coalesced." "" { target *-*-darwin*} 4 }
10 # { dg-error ".b. can.t be a weak_definition .currently only supported in sections of type coalesced." "" { target *-*-darwin*} 7 }
err-syms-5.s 1 # { dg-do assemble { target i?86-*-darwin* powerpc*-*-darwin* } }
37 # { dg-error "the number of .indirect_symbols defined in section __dummy.__dummy does not match the number expected .1 defined, 0 expected." "" { target *-*-darwin*} 0 }
38 # { dg-error "the number of .indirect_symbols defined in section __dummy.__dummy1 does not match the number expected .1 defined, 0 expected." "" { target *-*-darwin*} 0 }
39 # { dg-error "the number of .indirect_symbols defined in section __dummy.__dummy2 does not match the number expected .1 defined, 0 expected." "" { target *-*-darwin*} 0 }
40 # { dg-error "the number of .indirect_symbols defined in section __dummy.__dummy5 does not match the number expected .1 defined, 2 expected." "" { target *-*-darwin*} 0 }
  /prebuilts/go/darwin-x86/api/
go1.txt     [all...]
  /prebuilts/go/linux-x86/api/
go1.txt     [all...]
  /external/clang/test/CodeGen/
arm-cc.c 2 // RUN: %clang_cc1 -triple armv7-apple-darwin9 -target-abi apcs-gnu -emit-llvm -w -o - %s | FileCheck -check-prefix=DARWIN-APCS %s
3 // RUN: %clang_cc1 -triple armv7-apple-darwin9 -target-abi aapcs -emit-llvm -w -o - %s | FileCheck -check-prefix=DARWIN-AAPCS %s
8 // DARWIN-APCS-LABEL: define void @f()
9 // DARWIN-APCS: call void @g
10 // DARWIN-AAPCS-LABEL: define arm_aapcscc void @f()
11 // DARWIN-AAPCS: call arm_aapcscc void @g
  /prebuilts/clang/host/darwin-x86/clang-2629532/
repo.prop 13 platform/prebuilts/clang/host/darwin-x86 00a81ff7643ded9f55981d6cdb272cd6a83a1c60
16 platform/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9 e5dd6d374a4ec26d9fec0673dc3e12c96cd4995c
17 platform/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8 6d08ca9f45ff685648fd13c75bf5cac4b11c19bb
18 platform/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9 3342d2d373fd4b8e6e1838a57f55e064b683d47c
19 platform/prebuilts/gcc/darwin-x86/host/headers 4ac4f7cc41cf3c9e36fc3d6cf37fd1cfa9587a68
20 platform/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1 ec5aa66aaa4964c27564d0ec84dc1f18a2d72b7e
21 platform/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9 49e6b0916359a26ffe4a5ecb8d50ea2d6290f4fa
22 platform/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9 1fe9a13be8177f3d8c15f39edf146afbe0289507
32 platform/prebuilts/ninja/darwin-x86 11c3a5441e82353919b983824d2d6402551dc92
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/
repo.prop 13 platform/prebuilts/clang/host/darwin-x86 8613c0780d041f947bc7da949d1c0c8af72c1784
16 platform/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9 e5dd6d374a4ec26d9fec0673dc3e12c96cd4995c
17 platform/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8 6d08ca9f45ff685648fd13c75bf5cac4b11c19bb
18 platform/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9 3342d2d373fd4b8e6e1838a57f55e064b683d47c
19 platform/prebuilts/gcc/darwin-x86/host/headers 4ac4f7cc41cf3c9e36fc3d6cf37fd1cfa9587a68
20 platform/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1 ec5aa66aaa4964c27564d0ec84dc1f18a2d72b7e
21 platform/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9 49e6b0916359a26ffe4a5ecb8d50ea2d6290f4fa
22 platform/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9 1fe9a13be8177f3d8c15f39edf146afbe0289507
32 platform/prebuilts/ninja/darwin-x86 11c3a5441e82353919b983824d2d6402551dc92
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/
repo.prop 13 platform/prebuilts/clang/host/darwin-x86 00a81ff7643ded9f55981d6cdb272cd6a83a1c60
16 platform/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9 e5dd6d374a4ec26d9fec0673dc3e12c96cd4995c
17 platform/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8 6d08ca9f45ff685648fd13c75bf5cac4b11c19bb
18 platform/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9 3342d2d373fd4b8e6e1838a57f55e064b683d47c
19 platform/prebuilts/gcc/darwin-x86/host/headers 4ac4f7cc41cf3c9e36fc3d6cf37fd1cfa9587a68
20 platform/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1 ec5aa66aaa4964c27564d0ec84dc1f18a2d72b7e
21 platform/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9 49e6b0916359a26ffe4a5ecb8d50ea2d6290f4fa
22 platform/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9 1fe9a13be8177f3d8c15f39edf146afbe0289507
32 platform/prebuilts/ninja/darwin-x86 11c3a5441e82353919b983824d2d6402551dc92
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/
repo.prop 13 platform/prebuilts/clang/host/darwin-x86 8613c0780d041f947bc7da949d1c0c8af72c1784
16 platform/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9 e5dd6d374a4ec26d9fec0673dc3e12c96cd4995c
17 platform/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8 6d08ca9f45ff685648fd13c75bf5cac4b11c19bb
18 platform/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9 3342d2d373fd4b8e6e1838a57f55e064b683d47c
19 platform/prebuilts/gcc/darwin-x86/host/headers 4ac4f7cc41cf3c9e36fc3d6cf37fd1cfa9587a68
20 platform/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1 ec5aa66aaa4964c27564d0ec84dc1f18a2d72b7e
21 platform/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9 49e6b0916359a26ffe4a5ecb8d50ea2d6290f4fa
22 platform/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9 1fe9a13be8177f3d8c15f39edf146afbe0289507
32 platform/prebuilts/ninja/darwin-x86 11c3a5441e82353919b983824d2d6402551dc92
    [all...]
  /external/clang/test/Driver/
frame-pointer-elim.c 11 // Darwin disables omitting the leaf frame pointer even under optimization
13 // RUN: %clang -### -target i386-apple-darwin -S %s 2>&1 | \
14 // RUN: FileCheck --check-prefix=DARWIN %s
15 // DARWIN: "-mdisable-fp-elim"
17 // RUN: %clang -### -target i386-apple-darwin -S -O1 %s 2>&1 | \
18 // RUN: FileCheck --check-prefix=DARWIN-OPT %s
19 // DARWIN-OPT-NOT: "-momit-leaf-frame-pointer"
21 // RUN: %clang -### -target i386-darwin -S -fomit-frame-pointer %s 2>&1 | \
25 // RUN: %clang -### -target i386-darwin -S -momit-leaf-frame-pointer %s 2>&1 | \
linker-opts.c 9 // Make sure that LIBRARY_PATH works for both i386 and x86_64 on Darwin.
10 // RUN: env LIBRARY_PATH=%T/test1 %clang -target x86_64-apple-darwin %s -### 2>&1 | FileCheck %s
11 // RUN: env LIBRARY_PATH=%T/test1 %clang -target i386-apple-darwin %s -### 2>&1 | FileCheck %s
  /external/clang/test/CodeGenCXX/
arm64-darwinpcs.cpp 2 // RUN: %clang_cc1 -triple arm64-linux-gnu -emit-llvm -o - %s -target-abi darwinpcs | FileCheck %s --check-prefix=CHECK-DARWIN
6 // CHECK-DARWIN: define void @_Z15test_extensionsbcs(i1 zeroext %a, i8 signext %b, i16 signext %c)
11 // CHECK-DARWIN: define void @_Z10test_empty5Empty()
  /external/clang/test/Index/
visibility.c 3 // RUN: c-index-test -index-file -Wno-unsupported-visibility %s -target i386-darwin \
4 // RUN: | FileCheck %s -check-prefix CHECK -check-prefix CHECK-DARWIN
12 // CHECK-DARWIN: <attribute>: attribute(visibility)=default
  /external/llvm/test/CodeGen/PowerPC/
atomics-fences.ll 1 ; RUN: llc < %s -mtriple=powerpc-apple-darwin -march=ppc32 -verify-machineinstrs | FileCheck %s --check-prefix=CHECK
2 ; RUN: llc < %s -mtriple=powerpc-apple-darwin -march=ppc64 -verify-machineinstrs | FileCheck %s --check-prefix=CHECK
3 ; RUN: llc < %s -mtriple=powerpc-apple-darwin -mcpu=440 | FileCheck %s --check-prefix=PPC440

Completed in 434 milliseconds

1 2 34 5 6 7 8 91011>>