Home
last modified time | relevance | path

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

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