Searched refs:GetHostPlatform (Results 1 – 13 of 13) sorted by relevance
83 ASSERT_EQ(Platform::GetHostPlatform(), platform_sp); in SetHostPlatform()98 EXPECT_EQ(platform_sp, Platform::GetHostPlatform()); in TEST_F()130 EXPECT_EQ(platform_sp, Platform::GetHostPlatform()); in TEST_F()
14 host = lldb.SBPlatform.GetHostPlatform()
55 return Platform::GetHostPlatform()->GetMmapArgumentList( in GetMmapArgumentList()
12 plat = lldb.SBPlatform.GetHostPlatform()
131 static SBPlatform GetHostPlatform();
105 static SBPlatform GetHostPlatform();
313 SBPlatform SBPlatform::GetHostPlatform() { in GetHostPlatform() function in SBPlatform317 host_platform.m_opaque_sp = Platform::GetHostPlatform(); in GetHostPlatform()
1128 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in GetAvailablePlatformInfoAtIndex()
807 if lldb.SBPlatform.GetHostPlatform().GetOSMajorVersion() < 13:900 lldb.selected_platform = lldb.SBPlatform.GetHostPlatform()
136 PlatformSP Platform::GetHostPlatform() { return GetHostPlatformSP(); } in GetHostPlatform() function in Platform256 return GetHostPlatform(); in Create()2027 PlatformSP host_platform_sp = Platform::GetHostPlatform(); in GetOrCreate()
215 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in DoExecute()1799 ? Platform::GetHostPlatform() in DoExecute()
95 static lldb::PlatformSP GetHostPlatform();
764 PlatformSP default_platform_sp(Platform::GetHostPlatform()); in Debugger()