Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h745 virtual ArchSpec GetSystemArchitecture() { return {}; } in GetSystemArchitecture() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp883 const ArchSpec &Platform::GetSystemArchitecture() { in GetSystemArchitecture() function in Platform
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp992 ArchSpec GDBRemoteCommunicationClient::GetSystemArchitecture() { in GetSystemArchitecture() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp217 ArchSpec ProcessGDBRemote::GetSystemArchitecture() { in GetSystemArchitecture() function in ProcessGDBRemote