Home
last modified time | relevance | path

Searched defs:GetSystemArchitecture (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp580 ArchSpec ProcessWindows::GetSystemArchitecture() { in GetSystemArchitecture() function in lldb_private::ProcessWindows
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h690 virtual ArchSpec GetSystemArchitecture() { return {}; } in GetSystemArchitecture() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp887 const ArchSpec &Platform::GetSystemArchitecture() { in GetSystemArchitecture() function in Platform
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp987 ArchSpec GDBRemoteCommunicationClient::GetSystemArchitecture() { in GetSystemArchitecture() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp211 ArchSpec ProcessGDBRemote::GetSystemArchitecture() { in GetSystemArchitecture() function in ProcessGDBRemote