Home
last modified time | relevance | path

Searched refs:SetSystemArchitecture (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp87 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp92 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp81 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h454 void SetSystemArchitecture(const ArchSpec &arch) { in SetSystemArchitecture() function