Home
last modified time | relevance | path

Searched refs:m_supported_architectures (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp112 m_supported_architectures.push_back(HostInfo::GetArchitecture()); in PlatformOpenBSD()
114 m_supported_architectures = in PlatformOpenBSD()
125 return m_supported_architectures; in GetSupportedArchitectures()
H A DPlatformOpenBSD.h57 std::vector<ArchSpec> m_supported_architectures; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp118 m_supported_architectures.push_back(hostArch); in PlatformFreeBSD()
120 m_supported_architectures.push_back( in PlatformFreeBSD()
124 m_supported_architectures = CreateArchList( in PlatformFreeBSD()
136 return m_supported_architectures; in GetSupportedArchitectures()
H A DPlatformFreeBSD.h60 std::vector<ArchSpec> m_supported_architectures; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp107 m_supported_architectures.push_back(hostArch); in PlatformNetBSD()
109 m_supported_architectures.push_back( in PlatformNetBSD()
113 m_supported_architectures = CreateArchList( in PlatformNetBSD()
122 return m_supported_architectures; in GetSupportedArchitectures()
H A DPlatformNetBSD.h62 std::vector<ArchSpec> m_supported_architectures; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h71 return m_supported_architectures; in GetSupportedArchitectures()
191 std::vector<ArchSpec> m_supported_architectures; variable
H A DPlatformRemoteGDBServer.cpp262 m_supported_architectures.clear(); in ConnectRemote()
265 m_supported_architectures.push_back(remote_arch); in ConnectRemote()
267 m_supported_architectures.push_back( in ConnectRemote()