Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp87 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.cpp60 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp92 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp81 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp41 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp90 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp97 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h433 void SetSystemArchitecture(const ArchSpec &arch) { in SetSystemArchitecture() function