Home
last modified time | relevance | path

Searched refs:Android (Results 1 – 25 of 82) sorted by relevance

1234

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/AArch64/
H A Dnote-android-memtag.test39 # GNU-OK-NEXT: Android 0x00000004 NT_ANDROID_TYPE_MEMTAG (Android memory tagging information)
40 # GNU-BAD-NEXT: Android 0x00000000 NT_ANDROID_TYPE_MEMTAG (Android memory tagging information)
49 # LLVM-NEXT: Owner: Android
52 # LLVM-NEXT: Type: NT_ANDROID_TYPE_MEMTAG (Android memory tagging information)
78 - Name: Android
H A Dnote-android-unknown.test7 # GNU-NEXT: Android 0x00000005 Unknown note type: (0x00001337)
16 # LLVM-NEXT: Owner: Android
35 - Name: Android
/llvm-project-15.0.7/compiler-rt/test/gwp_asan/
H A DCMakeLists.txt12 # Longstanding issues in the Android test runner means that compiler-rt unit
13 # tests don't work on Android due to libc++ link-time issues. Looks like the
14 # exported libc++ from the Android NDK is x86-64, even though it's part of the
16 # disable unit tests for Android.
/llvm-project-15.0.7/lld/test/ELF/
H A Daarch64-memtag-android-abi.s3 ## Old versions of Android (Android 11 & 12) have very strict parsing logic on
6 ## can be run on these versions of Android.
40 # NOTE-NEXT: Android 0x00000004 NT_ANDROID_TYPE_MEMTAG (Android memory tagging
46 ## As of Android 12, stack MTE is unimplemented. However, we pre-emptively emit
/llvm-project-15.0.7/llvm/cmake/platforms/
H A DAndroid.cmake1 # Toolchain config for Android NDK.
2 # This is expected to be used with a standalone Android toolchain (see
10 # -DCMAKE_TOOLCHAIN_FILE=../../cmake/platforms/Android.cmake ../..
/llvm-project-15.0.7/clang/cmake/caches/
H A DAndroid.cmake1 # This file sets up a CMakeCache for an Android toolchain build.
8 set(CLANG_VENDOR Android CACHE STRING "")
44 -C${CMAKE_CURRENT_LIST_DIR}/Android-stage2.cmake CACHE STRING "")
/llvm-project-15.0.7/llvm/utils/gn/secondary/compiler-rt/test/
H A Dtest.gni4 # Specifies the serial number of the Android device to be used for testing.
7 # Android API level used in compiler-rt tests.
/llvm-project-15.0.7/lldb/source/Host/android/
H A DHostInfoAndroid.cpp23 arch_32.GetTriple().setEnvironment(llvm::Triple::Android); in ComputeHostArchitectureSupport()
26 arch_64.GetTriple().setEnvironment(llvm::Triple::Android); in ComputeHostArchitectureSupport()
/llvm-project-15.0.7/llvm/utils/gn/build/toolchain/
H A Dcompiler.gni13 # Set this to the path to Android NDK r21. If set, cross compilation targeting
14 # Android will be enabled.
/llvm-project-15.0.7/clang/docs/
H A DShadowCallStack.rst20 an `implementation of the runtime`_ has been added to Android's libc
64 whose ABI reserves ``x18`` (currently Android, Darwin, Fuchsia and Windows)
68 (`example in Android`_) but this should be done with care since it risks
71 .. _`example in Android`: https://android-review.googlesource.com/c/platform/frameworks/base/+/8037…
113 The intent is that the Android runtime `will do this`_, but the platform will
128 runtime, which is the case on Android for example, the address must be stored
129 somewhere else instead. On Android we store the address of the start of the
135 ``jmp_buf`` data structure used by ``setjmp`` and ``longjmp``. The Android
/llvm-project-15.0.7/lldb/unittests/Platform/Android/
H A DCMakeLists.txt1 include_directories(${LLDB_SOURCE_DIR}/source/Plugins/Platform/Android)
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dpacked-relocs-errors.s4 ## broken Android's packed relocation sections.
/llvm-project-15.0.7/compiler-rt/cmake/
H A Dconfig-ix.cmake172 # Android's libstdc++ has a dependency on libdl.
695 (OS_NAME MATCHES "Android|Darwin|Linux|FreeBSD|NetBSD|Fuchsia|SunOS" OR
731 OS_NAME MATCHES "Android|Darwin|Linux|NetBSD|Fuchsia")
745 OS_NAME MATCHES "Linux|Android|Fuchsia")
768 elseif (OS_NAME MATCHES "Android" AND ANDROID_PLATFORM_LEVEL GREATER 23)
784 OS_NAME MATCHES "Darwin|Linux|FreeBSD|NetBSD|Windows|Android|Fuchsia|SunOS")
791 OS_NAME MATCHES "Linux|FreeBSD|NetBSD|Android|Darwin")
810 #TODO(kostyak): add back Android & Fuchsia when the code settles a bit.
839 OS_NAME MATCHES "Android|Darwin|Linux|NetBSD|FreeBSD|Fuchsia|Windows")
846 OS_NAME MATCHES "Linux|Android")
[all …]
/llvm-project-15.0.7/compiler-rt/cmake/Modules/
H A DAllSupportedArchDefs.cmake35 set(OS_NAME "Android")
44 elseif(OS_NAME MATCHES "Android")
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Deh-compact-pr0.s66 @ The first word should be relocated to .TEST1 section. Besides, on non-Android
101 @ The first word should be relocated to .TEST2 section. Besides, on non-Android
/llvm-project-15.0.7/lldb/source/Plugins/Platform/
H A DCMakeLists.txt1 add_subdirectory(Android)
/llvm-project-15.0.7/lldb/unittests/Platform/
H A DCMakeLists.txt17 add_subdirectory(Android)
/llvm-project-15.0.7/lldb/unittests/Process/
H A DCMakeLists.txt2 if (CMAKE_SYSTEM_NAME MATCHES "Linux|Android")
/llvm-project-15.0.7/llvm/utils/gn/build/libs/pthread/
H A DBUILD.gn9 # On Android, bionic has built-in support for pthreads.
/llvm-project-15.0.7/lldb/source/Initialization/
H A DCMakeLists.txt1 if ( CMAKE_SYSTEM_NAME MATCHES "Linux|Android|FreeBSD|NetBSD" )
/llvm-project-15.0.7/llvm/test/tools/llvm-symbolizer/
H A Duse-symbol-table.s5 ## --use-symbol-table=true is used by old asan_symbolize.py and Android ndk
/llvm-project-15.0.7/lldb/source/Plugins/Process/
H A DCMakeLists.txt1 if (CMAKE_SYSTEM_NAME MATCHES "Linux|Android")
/llvm-project-15.0.7/lldb/unittests/Host/
H A DCMakeLists.txt19 if (CMAKE_SYSTEM_NAME MATCHES "Linux|Android")
/llvm-project-15.0.7/compiler-rt/test/interception/
H A DCMakeLists.txt5 # Android targets.
/llvm-project-15.0.7/lldb/source/Host/
H A DCMakeLists.txt99 elseif (CMAKE_SYSTEM_NAME MATCHES "Linux|Android")
107 if (CMAKE_SYSTEM_NAME MATCHES "Android")

1234