Home
last modified time | relevance | path

Searched refs:SetHostPlatform (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp102 Platform::SetHostPlatform(default_platform_sp); in Initialize()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp107 Platform::SetHostPlatform(default_platform_sp); in Initialize()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp96 Platform::SetHostPlatform(default_platform_sp); in Initialize()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h105 static void SetHostPlatform(const lldb::PlatformSP &platform_sp);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp163 void Platform::SetHostPlatform(const lldb::PlatformSP &platform_sp) { in SetHostPlatform() function in Platform