HomeSort by relevance Sort by last modified time
    Searched full:darwin (Results 401 - 425 of 3268) sorted by null

<<11121314151617181920>>

  /external/libsepol/src/
private.h 8 #ifdef DARWIN
19 #ifdef DARWIN
  /external/lldb/source/Plugins/
Android.mk 30 ifeq ($(HOST_OS),darwin)
32 DynamicLoader/Darwin-Kernel \
  /external/lldb/test/functionalities/plugins/commands/
TestPluginCommands.py 20 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
  /external/lldb/test/lang/cpp/bool/
TestCPPBool.py 12 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
  /external/lldb/test/lang/cpp/call-function/
TestCallCPPFunction.py 13 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
  /external/lldb/test/lang/cpp/overloaded-functions/
TestOverloadedFunctions.py 13 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
  /external/lldb/test/lang/cpp/static_methods/
TestCPPStaticMethods.py 13 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
  /external/lldb/test/lang/objc/objc++/
TestObjCXX.py 23 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
  /external/llvm/test/Analysis/CostModel/X86/
div.ll 1 ; RUN: opt -mtriple=x86_64-apple-darwin -mcpu=core2 -cost-model -analyze < %s | FileCheck --check-prefix=SSE2 %s
2 ; RUN: opt -mtriple=x86_64-apple-darwin -mcpu=core-avx2 -cost-model -analyze < %s | FileCheck --check-prefix=AVX2 %s
  /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
2013-02-27-expand-vfma.ll 1 ; RUN: llc < %s -mtriple=armv7-apple-darwin | FileCheck %s
2 ; RUN: llc < %s -mtriple=armv7s-apple-darwin | FileCheck %s -check-prefix=CHECK-VFP4
bswap16.ll 1 ; RUN: llc -mtriple=arm-darwin -mattr=v6 < %s | FileCheck %s
2 ; RUN: llc -mtriple=thumb-darwin -mattr=v6 < %s | 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"
  /external/llvm/test/CodeGen/PowerPC/
vrsave-spill.ll 1 ; RUN: llc < %s -mtriple=powerpc64-apple-darwin -mcpu=g5 | FileCheck %s
3 target triple = "powerpc64-apple-darwin"
  /external/llvm/test/CodeGen/X86/
call-imm.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=static | FileCheck -check-prefix X86STA %s
2 ; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=pic | FileCheck -check-prefix X86PIC %s
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
extended-fma-contraction.ll 1 ; RUN: llc -march=x86 -mcpu=bdver2 -mattr=-fma -mtriple=x86_64-apple-darwin < %s | FileCheck %s
2 ; RUN: llc -march=x86 -mcpu=bdver2 -mattr=-fma,-fma4 -mtriple=x86_64-apple-darwin < %s | FileCheck %s --check-prefix=CHECK-NOFMA
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
wide-fma-contraction.ll 1 ; RUN: llc -march=x86 -mcpu=bdver2 -mattr=-fma -mtriple=x86_64-apple-darwin < %s | FileCheck %s
2 ; RUN: llc -march=x86 -mcpu=bdver2 -mattr=-fma,-fma4 -mtriple=x86_64-apple-darwin < %s | FileCheck %s --check-prefix=CHECK-NOFMA
  /external/llvm/test/DebugInfo/X86/
ref_addr_relocation.ll 5 ; RUN: llc -filetype=obj %s -mtriple=x86_64-apple-darwin -o %t2
6 ; RUN: llvm-dwarfdump %t2 | FileCheck %s -check-prefix=DARWIN-DWARF
21 ; Make sure we use relocation for ref_addr on non-darwin platforms.
42 ; DARWIN-DWARF: DW_TAG_compile_unit
43 ; DARWIN-DWARF: 0x[[ADDR:.*]]: DW_TAG_structure_type
44 ; DARWIN-DWARF: DW_TAG_compile_unit
45 ; DARWIN-DWARF: DW_TAG_variable
46 ; DARWIN-DWARF: DW_AT_type [DW_FORM_ref_addr] {{.*}}[[ADDR]])
  /external/llvm/test/DebugInfo/
empty.ll 6 ; darwin has a workaround for a linker bug so it always emits one line table entry
7 ; XFAIL: darwin
  /external/llvm/unittests/ADT/
Makefile 16 # Xfail BitVectorTest for now on PPC Darwin. 7598360.
18 ifeq ($(TARGET_OS),Darwin)
  /external/valgrind/main/tests/
filter_libc 12 # "libSystem*" occurs on Darwin.
20 # libc, on some (eg. Darwin) it will be in the main executable.
platform_test 17 all_platforms="$all_platforms x86-darwin amd64-darwin"

Completed in 355 milliseconds

<<11121314151617181920>>