Searched refs:CPU_ARCH_ABI64 (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/llvm/lldb/include/lldb/Host/
H A DSafeMachO.h25 #undef CPU_ARCH_ABI64 macro
/openbsd-current/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.h156 if (header.cputype & llvm::MachO::CPU_ARCH_ABI64)
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp33 #define CPU_TYPE_ARM64 (CPU_TYPE_ARM | CPU_ARCH_ABI64)
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dmach_o.py107 CPU_ARCH_ABI64 = 0x01000000 variable
112 CPU_TYPE_X86_64 = CPU_TYPE_I386 | CPU_ARCH_ABI64
122 CPU_TYPE_POWERPC64 = CPU_TYPE_POWERPC | CPU_ARCH_ABI64
440 return (self.cpu & CPU_ARCH_ABI64) != 0
/openbsd-current/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h1555 CPU_ARCH_ABI64 = 0x01000000, // 64 bit ABI
1564 CPU_TYPE_X86_64 = CPU_TYPE_X86 | CPU_ARCH_ABI64,
1568 CPU_TYPE_ARM64 = CPU_TYPE_ARM | CPU_ARCH_ABI64,
1572 CPU_TYPE_POWERPC64 = CPU_TYPE_POWERPC | CPU_ARCH_ABI64
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBRemote.cpp4751 if (g_is_64_bit_capable && ((g_host_cputype & CPU_ARCH_ABI64) == 0)) {
4753 g_host_cputype |= CPU_ARCH_ABI64;
6207 if (cputype & CPU_ARCH_ABI64)
H A DDNB.cpp1249 const nub_size_t pointer_size = (cputype & CPU_ARCH_ABI64) ? 8 : 4;
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DArchSpec.cpp348 {ArchSpec::eCore_uknownMach64, llvm::MachO::CPU_ARCH_ABI64, 0, 0xFF000000u, 0x00000000u}};
/openbsd-current/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp639 if (cputype & MachO::CPU_ARCH_ABI64)
648 if (cputype & MachO::CPU_ARCH_ABI64)

Completed in 315 milliseconds