Searched refs:PlatformRemoteiOS (Results 1 – 7 of 7) sorted by relevance
29 LLDB_PLUGIN_DEFINE(PlatformRemoteiOS)35 void PlatformRemoteiOS::Initialize() { in Initialize()41 PlatformRemoteiOS::CreateInstance); in Initialize()45 void PlatformRemoteiOS::Terminate() { in Terminate()119 return lldb::PlatformSP(new PlatformRemoteiOS()); in CreateInstance()129 llvm::StringRef PlatformRemoteiOS::GetDescriptionStatic() { in GetDescriptionStatic()134 PlatformRemoteiOS::PlatformRemoteiOS() in PlatformRemoteiOS() function in PlatformRemoteiOS137 std::vector<ArchSpec> PlatformRemoteiOS::GetSupportedArchitectures( in GetSupportedArchitectures()144 bool PlatformRemoteiOS::CheckLocalSharedCache() const { in CheckLocalSharedCache()151 llvm::StringRef PlatformRemoteiOS::GetDeviceSupportDirectoryName() { in GetDeviceSupportDirectoryName()[all …]
21 class PlatformRemoteiOS : public PlatformRemoteDarwinDevice {23 PlatformRemoteiOS();
47 PlatformRemoteiOS::Initialize(); in Initialize()84 PlatformRemoteiOS::Terminate(); in Terminate()
19 PlatformRemoteiOS.cpp
45 "PlatformRemoteiOS.cpp",
24 SubsystemRAII<FileSystem, HostInfo, PlatformAppleSimulator, PlatformRemoteiOS,
4260 lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h