Home
last modified time | relevance | path

Searched refs:eArchTypeMachO (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-private-enumerations.h63 eArchTypeMachO, enumerator
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHostInfoMacOSX.mm245 arch_64.SetArchitecture(eArchTypeMachO, cputype, cpusubtype);
249 arch_64.SetArchitecture(eArchTypeMachO, cputype | CPU_ARCH_ABI64,
262 arch_32.SetArchitecture(eArchTypeMachO, cputype & ~(CPU_ARCH_MASK),
291 arch_32.SetArchitecture(eArchTypeMachO, cputype, cpusubtype);
H A DHost.mm503 process_info.GetArchitecture().SetArchitecture(eArchTypeMachO, cpu, sub);
/llvm-project-15.0.7/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.cpp149 arch.SetArchitecture(eArchTypeMachO, m_fat_archs[idx].cputype, in GetArchitectureAtIndex()
/llvm-project-15.0.7/lldb/source/Utility/
H A DArchSpec.cpp344 eArchTypeMachO, llvm::array_lengthof(g_macho_arch_entries),
772 if (!arch.SetArchitecture(eArchTypeMachO, cpu, sub)) in ParseMachCPUDashSubtypeTriple()
861 if (arch_type == eArchTypeMachO) { in SetArchitecture()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp196 arch.SetArchitecture(eArchTypeMachO, cpu, sub); in GetHostArchitecture()
H A DCommunicationKDP.cpp500 kernel_arch.SetArchitecture(eArchTypeMachO, m_kdp_hostinfo_cpu_type, in SendRequestHostInfo()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1318 m_host_arch.SetArchitecture(eArchTypeMachO, cpu, sub); in GetHostInfo()
2074 process_info.GetArchitecture().SetArchitecture(eArchTypeMachO, cpu, in DecodeProcessInfoResponse()
2222 m_process_arch.SetArchitecture(eArchTypeMachO, cpu, sub); in GetCurrentProcessInfo()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp758 lldb_private::ArchSpec arch_spec(lldb_private::eArchTypeMachO, header.cputype, in GetArchitecture()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp480 ArchSpec kernel_arch(eArchTypeMachO, header.cputype, header.cpusubtype); in CheckForKernelImageAtAddress()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp4931 base_arch.SetArchitecture(eArchTypeMachO, header.cputype, header.cpusubtype);