Home
last modified time | relevance | path

Searched refs:arm64e (Results 1 – 23 of 23) sorted by relevance

/external/llvm-project/llvm/test/tools/llvm-readobj/MachO/
Dfile-headers-arm64.test12 # RUN: yaml2obj %s -o %t.arm64e -DSUBTYPE=0x2
13 # RUN: llvm-readobj -h %t.arm64e \
14 # RUN: | FileCheck %s --strict-whitespace --match-full-lines -DFILE=%t.arm64e --check-prefix=ARM64…
/external/llvm-project/llvm/test/tools/llvm-libtool-darwin/
Duniversal-bitcode-output.test55 ## Testing it using llvm-objdump as, currently, there is no support for arm64e
57 # RUN: llvm-as %p/Inputs/arm64e-ios.ll -o %t-arm64e.bc
58 # RUN: llvm-libtool-darwin -static -o %t.lib %t-arm64.bc %t-arm64e.bc
67 # UNIVERSAL-MEMBERS-ARM64-NEXT: [[PREFIX]]-arm64e.bc
Duniversal-object-output.test55 ## Testing it using llvm-objdump as, currently, there is no support for arm64e
58 # RUN: yaml2obj %s -o %t.arm64e -DTYPE=0x0100000C -DSUBTYPE=0x2 -DSTRING=_arm64e
59 # RUN: llvm-libtool-darwin -static -o %t.lib %t.arm64 %t.arm64e
68 # UNIVERSAL-MEMBERS-ARM64-NEXT: [[PREFIX]].arm64e
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/AArch64/
Darm64e.ll2 ; RUN: | llvm-dwarfdump -arch arm64e - | FileCheck %s
7 target triple = "arm64e-apple-ios"
/external/google-breakpad/src/common/mac/
Darch_utilities.cc118 static const NXArchInfo* arm64e = ArchInfo_arm64(cpu_subtype); in BreakpadGetArchInfoFromCpuType() local
119 return arm64e; in BreakpadGetArchInfoFromCpuType()
/external/llvm-project/lldb/test/Shell/ObjectFile/Breakpad/Inputs/
Didentification-macosx-arm64e.syms1 MODULE mac arm64e 4E11896957B3334EB03456BFCEB573760 mac.out
/external/llvm-project/llvm/test/tools/llvm-libtool-darwin/Inputs/
Darm64e-ios.ll1 target triple = "arm64e-apple-ios8.0.0"
/external/llvm-project/llvm/test/MC/AArch64/
Darm64e-subtype.s1 ; RUN: llvm-mc -triple=arm64e-apple-ios -filetype=obj %s -o - | llvm-objdump --macho -d -p - | File…
/external/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/
Dparser_text.test79 "0x1047b8000 - 0x10481ffff dyld arm64e <cfa789d10da63f9a8996daf84ed9d04f> /usr/lib/dyld"
84 # CHECK: arm64e
Dparser_json.test37 …,7309737984,"P"]],"legacyInfo":{"imageExtraInfo":[{"size":204800,"arch":"arm64e","path":"/usr/lib/…
/external/llvm-project/clang/test/CodeGenObjCXX/
Dsynthesized-property-cleanup.mm1 // RUN: %clang_cc1 -triple arm64e-apple-ios13.0 -debug-info-kind=standalone -fobjc-arc -fsanitize=n…
/external/llvm-project/llvm/include/llvm/TextAPI/MachO/
DArchitecture.def39 ARCHINFO(arm64e, MachO::CPU_TYPE_ARM64, MachO::CPU_SUBTYPE_ARM64E, 64)
/external/llvm-project/llvm/test/tools/llvm-objdump/MachO/
Duniversal-arm64.test25 # CHECK-NEXT: architecture arm64e
/external/llvm-project/lldb/test/Shell/ObjectFile/Breakpad/
Dbreakpad-identification.test3 RUN: lldb-test object-file %p/Inputs/identification-macosx-arm64e.syms | FileCheck %s --check-prefi…
/external/llvm-project/compiler-rt/cmake/
Dbuiltin-config-ix.cmake57 set(ARM64 arm64 arm64e)
/external/rust/crates/quiche/deps/boringssl/src/
DCMakeLists.txt489 # Apple A12 Bionic chipset which is added in iPhone XS/XS Max/XR uses arm64e architecture.
490 elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "arm64e")
/external/boringssl/src/
DCMakeLists.txt491 # Apple A12 Bionic chipset which is added in iPhone XS/XS Max/XR uses arm64e architecture.
492 elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "arm64e")
/external/tensorflow/tensorflow/lite/kernels/
DBUILD79 # arm64e variants of the above two. See:
80 # https://stackoverflow.com/questions/52624308/xcode-arm64-vs-arm64e
83 values = {"cpu": "arm64e"},
/external/rust/crates/quiche/deps/boringssl/
DCMakeLists.txt86 # Apple A12 Bionic chipset which is added in iPhone XS/XS Max/XR uses arm64e architecture.
87 elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "arm64e")
/external/skia/gn/skia/
DBUILD.gn179 "arm64e",
/external/llvm-project/compiler-rt/cmake/Modules/
DCompilerRTDarwinUtils.cmake194 list(REMOVE_ITEM tmp_var arm64e)
/external/llvm-project/lld/MachO/
DOptions.td547 …ments according to <treatment>: warning, error, or suppress (default for arm64e is error, otherwis…
/external/XNNPACK/
DCMakeLists.txt26 IF(CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_OSX_ARCHITECTURES MATCHES "^(x86_64|arm64|arm64e)$…