Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDProcess.h749 virtual ArchSpec GetSystemArchitecture() { return {}; } in GetSystemArchitecture() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDPlatform.cpp813 const ArchSpec &Platform::GetSystemArchitecture() { in GetSystemArchitecture() function in Platform
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.cpp1005 ArchSpec GDBRemoteCommunicationClient::GetSystemArchitecture() { in GetSystemArchitecture() function in GDBRemoteCommunicationClient
HDProcessGDBRemote.cpp218 ArchSpec ProcessGDBRemote::GetSystemArchitecture() { in GetSystemArchitecture() function in ProcessGDBRemote