Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp88 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.cpp61 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp92 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp81 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp42 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp90 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp98 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h434 void SetSystemArchitecture(const ArchSpec &arch) { in SetSystemArchitecture() function