Searched defs:GetSystemArchitecture (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ | ||
H A D | ProcessWindows.cpp | 575 ArchSpec ProcessWindows::GetSystemArchitecture() { GetSystemArchitecture() function in lldb_private::ProcessWindows |
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Process.h | 747 virtual ArchSpec GetSystemArchitecture() { return {}; } GetSystemArchitecture() function |
/llvm-project/lldb/source/Target/ | ||
H A D | Platform.cpp | 813 const ArchSpec &Platform::GetSystemArchitecture() { GetSystemArchitecture() function in Platform |
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ | ||
H A D | GDBRemoteCommunicationClient.cpp | 1005 ArchSpec GDBRemoteCommunicationClient::GetSystemArchitecture() { GetSystemArchitecture() function in GDBRemoteCommunicationClient |
H A D | ProcessGDBRemote.cpp | 218 ArchSpec ProcessGDBRemote::GetSystemArchitecture() { in GetSystemArchitecture() function in ProcessGDBRemote |