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

<<11121314151617181920>>

  /external/lldb/test/lang/objc/objc-struct-return/
TestObjCStructReturn.py 13 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
21 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
  /external/lldb/test/lang/objc/objc-super/
TestObjCSuper.py 13 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
22 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
  /external/lldb/test/macosx/debug-info/apple_types/
TestAppleTypesIsProduced.py 16 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
26 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
  /external/lldb/test/plugins/
builder_darwin.py 6 #print "Hello, darwin plugin!"
  /external/lldb/test/python_api/objc_type/
TestObjCType.py 15 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
23 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
  /external/llvm/lib/MC/
MCAsmInfoDarwin.cpp 1 //===-- MCAsmInfoDarwin.cpp - Darwin asm properties -------------*- C++ -*-===//
11 // should take in general on Darwin-based targets
24 // Common settings for all Darwin targets.
45 // FIXME: Darwin 10 and newer don't need this.
  /external/llvm/test/CodeGen/AArch64/
arm64-fast-isel-materialize.ll 1 ; RUN: llc < %s -O0 -fast-isel-abort -mtriple=arm64-apple-darwin | FileCheck %s
arm64-named-reg-alloc.ll 1 ; RUN: not llc < %s -mtriple=arm64-apple-darwin 2>&1 | FileCheck %s
arm64-named-reg-notareg.ll 1 ; RUN: not llc < %s -mtriple=arm64-apple-darwin 2>&1 | FileCheck %s
  /external/llvm/test/CodeGen/ARM/
2008-09-17-CoalescerBug.ll 1 ; RUN: llc < %s -mtriple=arm-apple-darwin
available_externally.ll 1 ; RUN: llc < %s -mtriple=arm-apple-darwin -relocation-model=pic | FileCheck %s
darwin-section-order.ll 1 ; RUN: llc < %s -mtriple=armv7-apple-darwin | FileCheck %s
ifcvt12.ll 1 ; RUN: llc < %s -mtriple=arm-apple-darwin -mcpu=cortex-a8 | FileCheck %s
ifcvt8.ll 1 ; RUN: llc < %s -mtriple=armv7-apple-darwin | FileCheck %s
named-reg-alloc.ll 1 ; RUN: not llc < %s -mtriple=arm-apple-darwin 2>&1 | FileCheck %s
named-reg-notareg.ll 1 ; RUN: not llc < %s -mtriple=arm-apple-darwin 2>&1 | FileCheck %s
undef-sext.ll 1 ; RUN: llc < %s -mtriple=armv7-apple-darwin -mcpu=cortex-a8 | FileCheck %s
  /external/llvm/test/CodeGen/PowerPC/
2008-02-09-LocalRegAllocAssert.ll 1 ; RUN: llc < %s -mtriple=powerpc-apple-darwin -regalloc=fast -optimize-regalloc=0
2008-04-16-CoalescerBug.ll 1 ; RUN: llc < %s -mtriple=powerpc-apple-darwin
tailcallpic1.ll 1 ; RUN: llc < %s -tailcallopt -mtriple=powerpc-apple-darwin -relocation-model=pic | grep TC_RETURN
  /external/llvm/test/CodeGen/Thumb/
2007-01-31-RegInfoAssert.ll 1 ; RUN: llc < %s -mtriple=thumb-apple-darwin
2011-EpilogueBug.ll 1 ; RUN: llc -mtriple=thumbv6-apple-darwin < %s | FileCheck %s
  /external/llvm/test/CodeGen/Thumb2/
div.ll 1 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - \
3 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=cortex-m3 -mattr=+thumb2 %s -o - \
5 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=swift %s -o - \
7 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=cortex-r5 %s -o - \
  /external/llvm/test/CodeGen/X86/
2008-06-16-SubregsBug.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin | grep mov | count 4
2010-07-29-SetccSimplify.ll 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s

Completed in 201 milliseconds

<<11121314151617181920>>