Lines Matching refs:PlatformSP
55 static PlatformSP &GetHostPlatformSP() { in GetHostPlatformSP()
56 static PlatformSP g_platform_sp; in GetHostPlatformSP()
135 PlatformSP Platform::GetHostPlatform() { return GetHostPlatformSP(); } in GetHostPlatform()
137 static std::vector<PlatformSP> &GetPlatformList() { in GetPlatformList()
138 static std::vector<PlatformSP> g_platform_list; in GetPlatformList()
163 void Platform::SetHostPlatform(const lldb::PlatformSP &platform_sp) { in SetHostPlatform()
274 PlatformSP Platform::Find(ConstString name) { in Find()
286 return PlatformSP(); in Find()
289 PlatformSP Platform::Create(ConstString name, Status &error) { in Create()
291 lldb::PlatformSP platform_sp; in Create()
316 PlatformSP Platform::Create(const ArchSpec &arch, ArchSpec *platform_arch_ptr, in Create()
318 lldb::PlatformSP platform_sp; in Create()
1176 lldb::PlatformSP
1179 lldb::PlatformSP platform_sp; in GetPlatformForArchitecture()