Home
last modified time | relevance | path

Searched refs:android (Results 1 – 25 of 231) sorted by relevance

12345678910

/llvm-project-15.0.7/llvm/test/CodeGen/Thumb/
H A Dsegmented-stacks.ll18 ; Thumb-android-NEXT: mov r5, sp
21 ; Thumb-android-NEXT: cmp r4, r5
26 ; Thumb-android-NEXT: push {lr}
28 ; Thumb-android-NEXT: pop {r4}
31 ; Thumb-android-NEXT: bx lr
35 ; Thumb-android: .p2align 2
36 ; Thumb-android: .LCPI0_0:
84 ; Thumb-android-NEXT: bx lr
133 ; Thumb-android-NEXT: bx lr
137 ; Thumb-android: .LCPI2_2:
[all …]
H A Dsegmented-stacks-dynamic.ll43 ; Thumb-android: test_basic:
46 ; Thumb-android: mov r5, sp
48 ; Thumb-android-NEXT: ldr r4, [r4]
49 ; Thumb-android-NEXT: cmp r4, r5
50 ; Thumb-android-NEXT: blo .LBB0_2
52 ; Thumb-android: mov r4, #16
53 ; Thumb-android-NEXT: mov r5, #0
54 ; Thumb-android-NEXT: push {lr}
56 ; Thumb-android-NEXT: pop {r4}
57 ; Thumb-android-NEXT: mov lr, r4
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dsegmented-stacks.ll36 ; ARM-android-LABEL: test_basic:
40 ; ARM-android-NEXT: mov r5, sp
42 ; ARM-android-NEXT: cmp r4, r5
46 ; ARM-android-NEXT: mov r5, #0
51 ; ARM-android-NEXT: bx lr
98 ; ARM-android-NEXT: bx lr
148 ; ARM-android-NEXT: bx lr
152 ; ARM-android: .LCPI2_0:
196 ; ARM-android-NEXT: bx lr
246 ; ARM-android-NEXT: bx lr
[all …]
H A Dsegmented-stacks-dynamic.ll43 ; ARM-android: test_basic:
45 ; ARM-android: push {r4, r5}
47 ; ARM-android-NEXT: mov r5, sp
49 ; ARM-android-NEXT: cmp r4, r5
50 ; ARM-android-NEXT: blo .LBB0_2
52 ; ARM-android: mov r4, #16
53 ; ARM-android-NEXT: mov r5, #0
54 ; ARM-android-NEXT: stmdb sp!, {lr}
57 ; ARM-android-NEXT: pop {r4, r5}
58 ; ARM-android-NEXT: bx lr
[all …]
/llvm-project-15.0.7/lld/test/ELF/
H A Daarch64-memtag-android-abi.s9 # RUN: ld.lld --android-memtag-mode=async --android-memtag-heap %t.o -o %t
12 # RUN: ld.lld --android-memtag-mode=sync --android-memtag-heap %t.o -o %t
15 # RUN: ld.lld --android-memtag-mode=async --android-memtag-stack %t.o -o %t
18 # RUN: ld.lld --android-memtag-mode=sync --android-memtag-stack %t.o -o %t
21 # RUN: ld.lld --android-memtag-mode=async --android-memtag-heap \
22 # RUN: --android-memtag-stack %t.o -o %t
25 # RUN: ld.lld --android-memtag-mode=sync --android-memtag-heap \
35 # RUN: ld.lld --android-memtag-heap --android-memtag-stack %t.o -o %t
38 # NOTE: .note.android.memtag
52 # RUN: not ld.lld --android-memtag-mode=asymm --android-memtag-heap 2>&1 | \
[all …]
/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-availability-android.c4 void f0(int) __attribute__((availability(android,introduced=14,deprecated=19)));
5 void f1(int) __attribute__((availability(android,introduced=16)));
6 void f2(int) __attribute__((availability(android,introduced=14,deprecated=16))); // expected-note {…
10 void f3(int) __attribute__((availability(android,introduced=19)));
11 void f4(int) __attribute__((availability(android,introduced=9,deprecated=11,obsoleted=16), availabi…
12 void f5(int) __attribute__((availability(ios,introduced=3.2), availability(android,unavailable))); …
29 foo __attribute__((availability(android,introduced=8.0,deprecated=9.0)))
33 bar __attribute__((availability(android,introduced=8.0,deprecated=9.0))) = foo
36 enum __attribute__((availability(android,introduced=8.0,deprecated=9.0))) {
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/make/
H A DAndroid.rules22 TRIPLE := aarch64-none-linux-android
26 TRIPLE := i686-none-linux-android
30 TRIPLE := mips64el-none-linux-android
34 TRIPLE := mipsel-none-linux-android
38 TRIPLE := $(ARCH)-none-linux-android
76 -isystem $(NDK_ROOT)/platforms/android-$(API_LEVEL)/arch-$(SYSROOT_ARCH)/usr/include
78 ARCH_LDFLAGS += --sysroot=$(NDK_ROOT)/platforms/android-$(API_LEVEL)/arch-$(SYSROOT_ARCH) -lm
82 -isystem $(NDK_ROOT)/sources/android/support/include \
/llvm-project-15.0.7/clang/cmake/caches/
H A DAndroid-stage2.cmake14 set(LLVM_BUILTIN_TARGETS "i686-linux-android;x86_64-linux-android;aarch64-linux-android;armv7-linux…
27 set(LLVM_RUNTIME_TARGETS "i686-linux-android;x86_64-linux-android;aarch64-linux-android;armv7-linux…
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Demutls_generic.ll1 ; RUN: llc < %s -emulated-tls -mtriple=aarch64-linux-android -relocation-model=pic \
3 ; RUN: llc < %s -emulated-tls -mtriple=aarch64-linux-android -relocation-model=pic -O3 \
5 ; RUN: llc < %s -emulated-tls -mtriple=aarch64-linux-android -O3 \
12 ; RUN: llc < %s -mtriple=aarch64-linux-android -relocation-model=pic \
14 ; RUN: llc < %s -mtriple=aarch64-linux-android -relocation-model=pic -O3 \
16 ; RUN: llc < %s -mtriple=aarch64-linux-android -O3 \
/llvm-project-15.0.7/llvm/utils/gn/secondary/compiler-rt/
H A Dtarget.gni22 } else if (current_os == "linux" || current_os == "android") {
26 if (current_os == "android") {
27 crt_current_target_suffix += "-android"
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Demutls_generic.ll1 ; RUN: llc < %s -emulated-tls -mtriple=i686-linux-android -relocation-model=pic \
3 ; RUN: llc < %s -emulated-tls -mtriple=i686-linux-android -relocation-model=pic \
5 ; RUN: llc < %s -emulated-tls -mtriple=x86_64-linux-android -relocation-model=pic \
10 ; RUN: llc < %s -mtriple=i686-linux-android -relocation-model=pic \
12 ; RUN: llc < %s -mtriple=i686-linux-android -relocation-model=pic \
14 ; RUN: llc < %s -mtriple=x86_64-linux-android -relocation-model=pic \
H A Dtls-android-negative.ll1 ; RUN: llc < %s -emulated-tls -mtriple=i686-linux-android -relocation-model=pic | FileCheck %s
2 ; RUN: llc < %s -emulated-tls -mtriple=x86_64-linux-android -relocation-model=pic | FileCheck %s
4 ; RUN: llc < %s -mtriple=i686-linux-android -relocation-model=pic | FileCheck %s
5 ; RUN: llc < %s -mtriple=x86_64-linux-android -relocation-model=pic | FileCheck %s
H A Dtls-android.ll1 ; RUN: llc < %s -emulated-tls -mtriple=i686-linux-android -relocation-model=pic | FileCheck %s
2 ; RUN: llc < %s -emulated-tls -mtriple=x86_64-linux-android -relocation-model=pic | FileCheck -chec…
4 ; RUN: llc < %s -mtriple=i686-linux-android -relocation-model=pic | FileCheck %s
5 ; RUN: llc < %s -mtriple=x86_64-linux-android -relocation-model=pic | FileCheck -check-prefix=X64 %s
/llvm-project-15.0.7/llvm/cmake/platforms/
H A DAndroid.cmake8 # mkdir android; cd android
9 # cmake -DLLVM_ANDROID_TOOLCHAIN_DIR=/path/to/android/ndk \
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/AArch64/
H A Dnote-android-unknown.test5 # GNU: Displaying notes found in: .note.android.unknown
12 # LLVM-NEXT: Name: .note.android.unknown
32 - Name: .note.android.unknown
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Demutls_generic.ll1 ; RUN: llc < %s -emulated-tls -mtriple=mipsel-linux-android -relocation-model=pic \
3 ; RUN: llc < %s -emulated-tls -mtriple=mips64el-linux-android -relocation-model=pic \
6 ; RUN: llc < %s -mtriple=mipsel-linux-android -relocation-model=pic \
8 ; RUN: llc < %s -mtriple=mips64el-linux-android -relocation-model=pic \
/llvm-project-15.0.7/compiler-rt/test/
H A Dlit.common.configured.in43 set_default("android", @ANDROID_PYBOOL@)
59 elif config.android:
61 set_default("target_suffix", "-i686-android")
63 set_default("target_suffix", "-%s-android" % config.target_arch)
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/android/
H A Dcloexec-inotify-init.rst1 .. title:: clang-tidy - android-cloexec-inotify-init
3 android-cloexec-inotify-init
H A Dcloexec-epoll-create.rst1 .. title:: clang-tidy - android-cloexec-epoll-create
3 android-cloexec-epoll-create
H A Dcloexec-creat.rst1 .. title:: clang-tidy - android-cloexec-creat
3 android-cloexec-creat
H A Dcloexec-fopen.rst1 .. title:: clang-tidy - android-cloexec-fopen
3 android-cloexec-fopen
H A Dcloexec-epoll-create1.rst1 .. title:: clang-tidy - android-cloexec-epoll-create1
3 android-cloexec-epoll-create1
H A Dcloexec-inotify-init1.rst1 .. title:: clang-tidy - android-cloexec-inotify-init1
3 android-cloexec-inotify-init1
/llvm-project-15.0.7/compiler-rt/test/lsan/
H A Dlit.common.cfg.py58 if config.android:
78 supported_android = config.android and config.target_arch in ['x86_64', 'i386', 'aarch64'] and 'and…
79 supported_linux = (not config.android) and config.host_os == 'Linux' and config.host_arch in ['aarc…
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Host/
H A DBUILD.gn101 if (current_os == "linux" || current_os == "android") {
110 if (current_os == "android") {
112 "android/HostInfoAndroid.cpp",
113 "android/LibcGlue.cpp",

12345678910