HomeSort by relevance Sort by last modified time
    Searched full:darwin (Results 276 - 300 of 1527) sorted by null

<<11121314151617181920>>

  /external/llvm/test/CodeGen/ARM/
fast-isel-static.ll 1 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -O0 -relocation-model=static -arm-long-calls | FileCheck -check-prefix=LONG %s
2 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -O0 -relocation-model=static | FileCheck -check-prefix=NORM %s
thumb1-varalloc.ll 1 ; RUN: llc < %s -mtriple=thumbv6-apple-darwin | FileCheck %s
2 ; RUN: llc < %s -mtriple=thumbv6-apple-darwin -regalloc=basic | FileCheck %s
indirectbr.ll 1 ; RUN: llc < %s -relocation-model=pic -mtriple=armv6-apple-darwin | FileCheck %s -check-prefix=ARM
2 ; RUN: llc < %s -relocation-model=pic -mtriple=thumbv6-apple-darwin | FileCheck %s -check-prefix=THUMB
3 ; RUN: llc < %s -relocation-model=static -mtriple=thumbv7-apple-darwin | FileCheck %s -check-prefix=THUMB2
  /external/llvm/test/CodeGen/Thumb2/
thumb2-tbb.ll 1 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin | FileCheck %s
2 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -relocation-model=pic | FileCheck %s
  /external/llvm/test/CodeGen/X86/
2007-06-04-X86-64-CtorAsmBugs.ll 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin | not grep GOTPCREL
2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin | grep ".align.*3"
sibcall-2.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin -disable-fp-elim | FileCheck %s -check-prefix=32
2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -disable-fp-elim | FileCheck %s -check-prefix=64
stack-protector-linux.ll 4 ; RUN: llc -mtriple=x86_64-apple-darwin < %s -o - | grep {__stack_chk_guard}
5 ; RUN: llc -mtriple=x86_64-apple-darwin < %s -o - | grep {__stack_chk_fail}
vec_shuffle-16.ll 1 ; RUN: llc < %s -march=x86 -mattr=+sse,-sse2 -mtriple=i386-apple-darwin | FileCheck %s -check-prefix=sse
2 ; RUN: llc < %s -march=x86 -mattr=+sse2 -mtriple=i386-apple-darwin | FileCheck %s -check-prefix=sse2
  /external/valgrind/main/include/
Makefile.am 41 vki/vki-darwin.h \
57 vki/vki-scnums-darwin.h
  /external/valgrind/main/tests/
filter_libc 18 # "libSystem*" occurs on Darwin.
23 # libc, on some (eg. Darwin) it will be in the main executable.
  /external/webkit/Source/WebCore/platform/
SecureTextInput.cpp 29 #if PLATFORM(CHROMIUM) && OS(DARWIN)
52 #endif // PLATFORM(CHROMIUM) && OS(DARWIN)
  /external/webkit/Source/WebCore/platform/chromium/
DragImageRef.h 32 #if OS(DARWIN)
40 #if OS(DARWIN)
  /external/webkit/Tools/Scripts/webkitpy/common/system/
platforminfo.py 36 # platform.platform() returns Darwin information for Mac, which is just confusing.
37 if platform.system() == "Darwin":
  /external/elfutils/
Android.mk 122 ifeq ($(HOST_OS),darwin)
123 LOCAL_CFLAGS +=-include $(LOCAL_PATH)/config-compat-darwin.h
184 ifeq ($(HOST_OS),darwin)
185 LOCAL_CFLAGS +=-include $(LOCAL_PATH)/config-compat-darwin.h
221 ifeq ($(HOST_OS),darwin)
251 ifeq ($(HOST_OS),darwin)
  /external/valgrind/main/coregrind/
link_tool_exe_darwin.in 40 # -o memcheck-amd64-darwin -u __start -e __start \
44 # ../coregrind/libcoregrind-amd64-darwin.a \
45 # ../VEX/libvex-amd64-darwin.a
50 # -o memcheck-x86-darwin -u __start -e __start \
54 # ../coregrind/libcoregrind-x86-darwin.a \
55 # ../VEX/libvex-x86-darwin.a
  /ndk/sources/host-tools/sed-4.2.1/lib/
config.charset 33 # ASCII, ANSI_X3.4-1968 glibc solaris freebsd netbsd darwin
34 # ISO-8859-1 Y glibc aix hpux irix osf solaris freebsd netbsd openbsd darwin
35 # ISO-8859-2 Y glibc aix hpux irix osf solaris freebsd netbsd openbsd darwin
37 # ISO-8859-4 Y osf solaris freebsd netbsd openbsd darwin
38 # ISO-8859-5 Y glibc aix hpux irix osf solaris freebsd netbsd openbsd darwin
40 # ISO-8859-7 Y glibc aix hpux irix osf solaris netbsd openbsd darwin
42 # ISO-8859-9 Y glibc aix hpux irix osf solaris darwin
43 # ISO-8859-13 glibc netbsd openbsd darwin
45 # ISO-8859-15 glibc aix osf solaris freebsd netbsd openbsd darwin
46 # KOI8-R Y glibc solaris freebsd netbsd openbsd darwin
    [all...]
  /external/llvm/test/MC/MachO/
darwin-x86_64-diff-relocs.s 20 // FIXME: Darwin 'as' for historical reasons widens this jump, but doesn't emit
29 // FIXME: Darwin 'as' gets this wrong as well, even though it could get it right
38 // FIXME: Darwin 'as' comes up with 'SIGNED' here instead of 'BRANCH'.
40 // FIXME: Darwin 'as' gets this completely wrong. It ends up with a single
48 // FIXME: Darwin 'as' gets this completely wrong. It ends up with a single
52 // FIXME: Darwin 'as' comes up with 'SIGNED' here instead of 'BRANCH'.
54 // FIXME: Darwin 'as' gets this completely wrong. It ends up with a single
65 // FIXME: Darwin 'as' gets most of these wrong, and there is an ambiguity in ATT
78 // FIXME: Darwin 'as' gets most of these wrong, and there is an ambiguity in ATT
158 // order as Darwin 'as'. It turns out that 'as' *usually* ends up emittin
    [all...]
  /external/valgrind/unittest/
Makefile 4 ifeq ($(OS), darwin)
13 ifeq ($(OS), darwin)
19 # OS = linux, darwin, windows
30 else ifeq ($(OS), darwin)
60 $(MAKE) all OS=darwin ARCH=x86
62 $(MAKE) all OS=darwin ARCH=amd64
105 ifeq ($(OS), darwin)
  /external/clang/lib/Driver/
ToolChains.h 44 /// Darwin - The base Darwin tool chain.
45 class LLVM_LIBRARY_VISIBILITY Darwin : public ToolChain {
95 Darwin(const HostInfo &Host, const llvm::Triple& Triple);
96 ~Darwin();
101 /// @name Darwin Specific Toolchain API
146 /// getDarwinArchName - Get the "Darwin" arch name for a particular compiler
147 /// invocation. For example, Darwin treats different ARM variations as
206 // Always allow blocks on Darwin; users interested in versioning are
269 /// DarwinClang - The Darwin toolchain used by Clang
    [all...]
  /ndk/build/tools/
make-release.sh 53 register_var_option "--darwin-ssh=<hostname>" DARWIN_SSH "Specify Darwin hostname to ssh to for the build."
71 HOST_SYSTEMS="$HOST_SYSTEMS darwin-x86"
187 timestamp_clear build-darwin-prebuilts
202 if timestamp_check build-darwin-prebuilts; then
203 dump "Building Darwin prebuilts through ssh to $DARWIN_SSH..."
204 $ANDROID_NDK_ROOT/build/tools/rebuild-all-prebuilt.sh --toolchain-src-dir="$TOOLCHAIN_SRCDIR" --package-dir="$PREBUILT_DIR" --darwin-ssh="$DARWIN_SSH"
205 fail_panic "Can't build Darwin binaries!"
206 timestamp_set build-darwin-prebuilts
  /external/clang/runtime/compiler-rt/
Makefile 43 ifeq ($(OS),Darwin)
44 RuntimeDirs += darwin
45 RuntimeLibrary.darwin.Configs = eprintf 10.4 osx ios cc_kext
47 # On Darwin, fake Clang into using the iOS assembler (since compiler-rt wants to
49 ifeq ($(OS),Darwin)
  /external/webkit/Source/WebCore/platform/audio/
FFTFrame.h 34 #if OS(DARWIN)
38 #if !OS(DARWIN)
95 #if OS(DARWIN)
108 #else // !OS(DARWIN)
149 #endif // !OS(DARWIN)
  /external/webkit/Source/WebCore/platform/graphics/
GlyphBuffer.h 37 #if USE(CG) || (PLATFORM(WX) && OS(DARWIN)) || USE(SKIA_ON_MAC_CHROME)
61 #if USE(CG) || (PLATFORM(WX) && OS(DARWIN)) || USE(SKIA_ON_MAC_CHROME)
125 #if USE(CG) || (PLATFORM(WX) && OS(DARWIN)) || USE(SKIA_ON_MAC_CHROME)
156 #if USE(CG) || (PLATFORM(WX) && OS(DARWIN)) || USE(SKIA_ON_MAC_CHROME)
195 #if USE(CG) || (PLATFORM(WX) && OS(DARWIN)) || USE(SKIA_ON_MAC_CHROME)
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h 26 /// FnStubs - Darwin '$stub' stubs. The key is something like "Lfoo$stub",
30 /// GVStubs - Darwin '$non_lazy_ptr' stubs. The key is something like
35 /// HiddenGVStubs - Darwin '$non_lazy_ptr' stubs. The key is something like
  /external/llvm/lib/Support/Unix/
Host.inc 57 // On darwin, we want to update the version to match that of the
59 std::string::size_type DarwinDashIdx = Triple.find("-darwin");
61 Triple.resize(DarwinDashIdx + strlen("-darwin"));

Completed in 969 milliseconds

<<11121314151617181920>>