Lines Matching refs:PlatformSP
57 static PlatformSP &GetHostPlatformSP() { in GetHostPlatformSP()
58 static PlatformSP g_platform_sp; in GetHostPlatformSP()
130 PlatformSP Platform::GetHostPlatform() { return GetHostPlatformSP(); } in GetHostPlatform()
132 static std::vector<PlatformSP> &GetPlatformList() { in GetPlatformList()
133 static std::vector<PlatformSP> g_platform_list; in GetPlatformList()
158 void Platform::SetHostPlatform(const lldb::PlatformSP &platform_sp) { in SetHostPlatform()
270 PlatformSP Platform::Find(const ConstString &name) { in Find()
282 return PlatformSP(); in Find()
285 PlatformSP Platform::Create(const ConstString &name, Status &error) { in Create()
287 lldb::PlatformSP platform_sp; in Create()
312 PlatformSP Platform::Create(const ArchSpec &arch, ArchSpec *platform_arch_ptr, in Create()
314 lldb::PlatformSP platform_sp; in Create()
1219 lldb::PlatformSP
1222 lldb::PlatformSP platform_sp; in GetPlatformForArchitecture()