Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
HDPlatformQemuUser.h68 return Platform::GetHostPlatform()->GetMmapArgumentList( in GetMmapArgumentList()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBPlatform.h109 static SBPlatform GetHostPlatform();
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBPlatform.cpp317 SBPlatform SBPlatform::GetHostPlatform() { in GetHostPlatform() function in SBPlatform
321 host_platform.m_opaque_sp = Platform::GetHostPlatform(); in GetHostPlatform()
HDSBDebugger.cpp1180 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in GetAvailablePlatformInfoAtIndex()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDPlatform.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-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectPlatform.cpp217 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in DoExecute()
1706 ? Platform::GetHostPlatform() in DoExecute()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDPlatform.h98 static lldb::PlatformSP GetHostPlatform();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDDebugger.cpp890 PlatformSP default_platform_sp(Platform::GetHostPlatform()); in Debugger()
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp42352 result = lldb::SBPlatform::GetHostPlatform(); in _wrap_SBPlatform_GetHostPlatform()