Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTargetList.cpp182 PlatformSP host_platform_sp = Platform::GetHostPlatform(); in CreateTargetInternal()
314 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in CreateDummyTarget()
H A DPlatform.cpp130 PlatformSP Platform::GetHostPlatform() { return GetHostPlatformSP(); } in GetHostPlatform() function in Platform
274 return GetHostPlatform(); in Find()
291 return GetHostPlatform(); in Create()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h97 static lldb::PlatformSP GetHostPlatform();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp872 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in GetAvailablePlatformInfoAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp782 PlatformSP default_platform_sp(Platform::GetHostPlatform()); in Debugger()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp239 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in DoExecute()