Home
last modified time | relevance | path

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

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