Searched refs:eArchTypeMachO (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private-enumerations.h | 65 eArchTypeMachO, enumerator
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 353 static const ArchDefinition g_macho_arch_def = {eArchTypeMachO, 779 if (!arch.SetArchitecture(eArchTypeMachO, cpu, sub)) in ParseMachCPUDashSubtypeTriple() 868 if (arch_type == eArchTypeMachO) { in SetArchitecture()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 1331 m_host_arch.SetArchitecture(eArchTypeMachO, cpu, sub); in GetHostInfo() 2077 process_info.GetArchitecture().SetArchitecture(eArchTypeMachO, cpu, in DecodeProcessInfoResponse() 2246 m_process_arch.SetArchitecture(eArchTypeMachO, cpu, sub); in GetCurrentProcessInfo()
|