Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h65 eArchTypeMachO, enumerator
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp353 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 DGDBRemoteCommunicationClient.cpp1331 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()