Searched refs:eArchTypeMachO (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private-enumerations.h | 63 eArchTypeMachO, enumerator
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 343 eArchTypeMachO, llvm::array_lengthof(g_macho_arch_entries), 771 if (!arch.SetArchitecture(eArchTypeMachO, cpu, sub)) in ParseMachCPUDashSubtypeTriple() 860 if (arch_type == eArchTypeMachO) { in SetArchitecture()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 1281 m_host_arch.SetArchitecture(eArchTypeMachO, cpu, sub); in GetHostInfo() 2042 process_info.GetArchitecture().SetArchitecture(eArchTypeMachO, cpu, in DecodeProcessInfoResponse() 2172 m_process_arch.SetArchitecture(eArchTypeMachO, cpu, sub); in GetCurrentProcessInfo()
|