Home
last modified time | relevance | path

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

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