Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp344 SBPlatform SBPlatform::GetHostPlatform() { in GetHostPlatform() function in SBPlatform
346 GetHostPlatform); in GetHostPlatform()
349 host_platform.m_opaque_sp = Platform::GetHostPlatform(); in GetHostPlatform()
797 LLDB_REGISTER_STATIC_METHOD(lldb::SBPlatform, SBPlatform, GetHostPlatform, in RegisterMethods()
H A DSBDebugger.cpp1135 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in GetAvailablePlatformInfoAtIndex()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBPlatform.i131 static SBPlatform GetHostPlatform();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h105 static SBPlatform GetHostPlatform();
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp135 PlatformSP Platform::GetHostPlatform() { return GetHostPlatformSP(); } in GetHostPlatform() function in Platform
278 return GetHostPlatform(); in Find()
295 return GetHostPlatform(); in Create()
H A DTargetList.cpp174 PlatformSP host_platform_sp = Platform::GetHostPlatform(); in CreateTargetInternal()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp213 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in DoExecute()
1637 ? Platform::GetHostPlatform() in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h98 static lldb::PlatformSP GetHostPlatform();
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp706 PlatformSP default_platform_sp(Platform::GetHostPlatform()); in Debugger()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp37630 result = lldb::SBPlatform::GetHostPlatform(); in _wrap_SBPlatform_GetHostPlatform()