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