Searched refs:eArchTypeMachO (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-private-enumerations.h | 63 eArchTypeMachO, enumerator
|
| /llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/ |
| H A D | HostInfoMacOSX.mm | 245 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 D | Host.mm | 503 process_info.GetArchitecture().SetArchitecture(eArchTypeMachO, cpu, sub);
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ |
| H A D | ObjectContainerUniversalMachO.cpp | 149 arch.SetArchitecture(eArchTypeMachO, m_fat_archs[idx].cputype, in GetArchitectureAtIndex()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 344 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 D | ProcessKDP.cpp | 196 arch.SetArchitecture(eArchTypeMachO, cpu, sub); in GetHostArchitecture()
|
| H A D | CommunicationKDP.cpp | 500 kernel_arch.SetArchitecture(eArchTypeMachO, m_kdp_hostinfo_cpu_type, in SendRequestHostInfo()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 1318 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 D | DynamicLoaderDarwin.cpp | 758 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 D | DynamicLoaderDarwinKernel.cpp | 480 ArchSpec kernel_arch(eArchTypeMachO, header.cputype, header.cpusubtype); in CheckForKernelImageAtAddress()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 4931 base_arch.SetArchitecture(eArchTypeMachO, header.cputype, header.cpusubtype);
|