Searched defs:GetSystemArchitecture (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Process.h | 745 virtual ArchSpec GetSystemArchitecture() { return {}; } GetSystemArchitecture() function |
/freebsd-src/contrib/llvm-project/lldb/source/Target/ | ||
H A D | Platform.cpp | 883 const ArchSpec &Platform::GetSystemArchitecture() { GetSystemArchitecture() function in Platform |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ | ||
H A D | GDBRemoteCommunicationClient.cpp | 992 ArchSpec GDBRemoteCommunicationClient::GetSystemArchitecture() { GetSystemArchitecture() function in GDBRemoteCommunicationClient |
H A D | ProcessGDBRemote.cpp | 217 ArchSpec ProcessGDBRemote::GetSystemArchitecture() { GetSystemArchitecture() function in ProcessGDBRemote |