Lines Matching refs:PlatformSP
98 static lldb::PlatformSP GetHostPlatform();
102 static void SetHostPlatform(const lldb::PlatformSP &platform_sp);
104 static lldb::PlatformSP Create(llvm::StringRef name);
1012 void Append(const lldb::PlatformSP &platform_sp, bool set_selected) { in Append()
1024 lldb::PlatformSP GetAtIndex(uint32_t idx) { in GetAtIndex()
1025 lldb::PlatformSP platform_sp; in GetAtIndex()
1040 lldb::PlatformSP GetSelectedPlatform() { in GetSelectedPlatform()
1048 void SetSelectedPlatform(const lldb::PlatformSP &platform_sp) { in SetSelectedPlatform()
1063 lldb::PlatformSP GetOrCreate(llvm::StringRef name);
1064 lldb::PlatformSP GetOrCreate(const ArchSpec &arch,
1067 lldb::PlatformSP GetOrCreate(const ArchSpec &arch,
1083 lldb::PlatformSP GetOrCreate(llvm::ArrayRef<ArchSpec> archs,
1085 std::vector<lldb::PlatformSP> &candidates);
1087 lldb::PlatformSP Create(llvm::StringRef name);
1116 typedef std::vector<lldb::PlatformSP> collection;
1119 lldb::PlatformSP m_selected_platform_sp;