Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
DPlatformOpenBSD.cpp101 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformMacOSX.cpp60 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize()
/external/llvm-project/lldb/source/Plugins/Platform/NetBSD/
DPlatformNetBSD.cpp95 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize()
/external/llvm-project/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp102 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize()
/external/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp106 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize()
/external/llvm-project/lldb/source/Plugins/Platform/Windows/
DPlatformWindows.cpp131 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize()
/external/llvm-project/lldb/source/Plugins/Platform/Android/
DPlatformAndroid.cpp41 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize()
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h455 void SetSystemArchitecture(const ArchSpec &arch) { in SetSystemArchitecture() function