Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.h68 return Platform::GetHostPlatform()->GetMmapArgumentList( in GetMmapArgumentList()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBPlatform.i131 static SBPlatform GetHostPlatform();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBPlatform.h105 static SBPlatform GetHostPlatform();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBPlatform.cpp313 SBPlatform SBPlatform::GetHostPlatform() { in GetHostPlatform() function in SBPlatform
317 host_platform.m_opaque_sp = Platform::GetHostPlatform(); in GetHostPlatform()
H A DSBDebugger.cpp1166 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in GetAvailablePlatformInfoAtIndex()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Ddotest.py811 if lldb.SBPlatform.GetHostPlatform().GetOSMajorVersion() < 13:
896 lldb.selected_platform = lldb.SBPlatform.GetHostPlatform()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp137 PlatformSP Platform::GetHostPlatform() { return GetHostPlatformSP(); } in GetHostPlatform() function in Platform
257 return GetHostPlatform(); in Create()
2048 PlatformSP host_platform_sp = Platform::GetHostPlatform(); in GetOrCreate()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp215 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in DoExecute()
1800 ? Platform::GetHostPlatform() in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h96 static lldb::PlatformSP GetHostPlatform();
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp784 PlatformSP default_platform_sp(Platform::GetHostPlatform()); in Debugger()