| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/AArch64/ |
| H A D | note-android-memtag.test | 39 # 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 D | note-android-unknown.test | 7 # 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 D | CMakeLists.txt | 12 # 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 D | aarch64-memtag-android-abi.s | 3 ## 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 D | Android.cmake | 1 # 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 D | Android.cmake | 1 # 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 D | test.gni | 4 # 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 D | HostInfoAndroid.cpp | 23 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 D | compiler.gni | 13 # 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 D | ShadowCallStack.rst | 20 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 D | CMakeLists.txt | 1 include_directories(${LLDB_SOURCE_DIR}/source/Plugins/Platform/Android)
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | packed-relocs-errors.s | 4 ## broken Android's packed relocation sections.
|
| /llvm-project-15.0.7/compiler-rt/cmake/ |
| H A D | config-ix.cmake | 172 # 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 D | AllSupportedArchDefs.cmake | 35 set(OS_NAME "Android") 44 elseif(OS_NAME MATCHES "Android")
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | eh-compact-pr0.s | 66 @ 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 D | CMakeLists.txt | 1 add_subdirectory(Android)
|
| /llvm-project-15.0.7/lldb/unittests/Platform/ |
| H A D | CMakeLists.txt | 17 add_subdirectory(Android)
|
| /llvm-project-15.0.7/lldb/unittests/Process/ |
| H A D | CMakeLists.txt | 2 if (CMAKE_SYSTEM_NAME MATCHES "Linux|Android")
|
| /llvm-project-15.0.7/llvm/utils/gn/build/libs/pthread/ |
| H A D | BUILD.gn | 9 # On Android, bionic has built-in support for pthreads.
|
| /llvm-project-15.0.7/lldb/source/Initialization/ |
| H A D | CMakeLists.txt | 1 if ( CMAKE_SYSTEM_NAME MATCHES "Linux|Android|FreeBSD|NetBSD" )
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-symbolizer/ |
| H A D | use-symbol-table.s | 5 ## --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 D | CMakeLists.txt | 1 if (CMAKE_SYSTEM_NAME MATCHES "Linux|Android")
|
| /llvm-project-15.0.7/lldb/unittests/Host/ |
| H A D | CMakeLists.txt | 19 if (CMAKE_SYSTEM_NAME MATCHES "Linux|Android")
|
| /llvm-project-15.0.7/compiler-rt/test/interception/ |
| H A D | CMakeLists.txt | 5 # Android targets.
|
| /llvm-project-15.0.7/lldb/source/Host/ |
| H A D | CMakeLists.txt | 99 elseif (CMAKE_SYSTEM_NAME MATCHES "Linux|Android") 107 if (CMAKE_SYSTEM_NAME MATCHES "Android")
|