Home
last modified time | relevance | path

Searched refs:GetHostPlatform (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.h68 return Platform::GetHostPlatform()->GetMmapArgumentList( in GetMmapArgumentList()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h109 static SBPlatform GetHostPlatform();
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp317 SBPlatform SBPlatform::GetHostPlatform() { in GetHostPlatform() function in SBPlatform
321 host_platform.m_opaque_sp = Platform::GetHostPlatform(); in GetHostPlatform()
H A DSBDebugger.cpp1180 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in GetAvailablePlatformInfoAtIndex()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp134 PlatformSP Platform::GetHostPlatform() { return GetHostPlatformSP(); } in GetHostPlatform() function in Platform
253 return GetHostPlatform(); in Create()
2220 PlatformSP host_platform_sp = Platform::GetHostPlatform(); in GetOrCreate()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp218 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in DoExecute()
1799 ? Platform::GetHostPlatform() in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h96 static lldb::PlatformSP GetHostPlatform();
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp873 PlatformSP default_platform_sp(Platform::GetHostPlatform()); in Debugger()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp40715 result = lldb::SBPlatform::GetHostPlatform(); in _wrap_SBPlatform_GetHostPlatform()