Home
last modified time | relevance | path

Searched refs:CPU_ARCH_ABI64_32 (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Host/
H A DSafeMachO.h26 #undef CPU_ARCH_ABI64_32
/openbsd/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHostInfoMacOSX.mm57 #define CPU_ARCH_ABI64_32 0x02000000 macro
58 #define CPU_TYPE_ARM64_32 (CPU_TYPE_ARM | CPU_ARCH_ABI64_32)
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h1556 CPU_ARCH_ABI64_32 = 0x02000000, // ILP32 ABI on 64-bit hardware enumerator
1569 CPU_TYPE_ARM64_32 = CPU_TYPE_ARM | CPU_ARCH_ABI64_32,