Searched refs:PlatformRemoteDarwinDevice (Results 1 – 14 of 14) sorted by relevance
36 class PlatformRemoteDarwinDevice : public PlatformDarwinDevice {38 PlatformRemoteDarwinDevice();40 ~PlatformRemoteDarwinDevice() override;80 PlatformRemoteDarwinDevice(const PlatformRemoteDarwinDevice &) = delete;81 const PlatformRemoteDarwinDevice &82 operator=(const PlatformRemoteDarwinDevice &) = delete;
30 PlatformRemoteDarwinDevice::SDKDirectoryInfo::SDKDirectoryInfo( in SDKDirectoryInfo()40 PlatformRemoteDarwinDevice::PlatformRemoteDarwinDevice() in PlatformRemoteDarwinDevice() function in PlatformRemoteDarwinDevice47 PlatformRemoteDarwinDevice::~PlatformRemoteDarwinDevice() = default;49 void PlatformRemoteDarwinDevice::GetStatus(Stream &strm) { in GetStatus()65 Status PlatformRemoteDarwinDevice::ResolveExecutable( in ResolveExecutable()130 bool PlatformRemoteDarwinDevice::GetFileInSDK(const char *platform_file_path, in GetFileInSDK()163 Status PlatformRemoteDarwinDevice::GetSymbolFile(const FileSpec &platform_file, in GetSymbolFile()223 Status PlatformRemoteDarwinDevice::GetSharedModule( in GetSharedModule()355 uint32_t PlatformRemoteDarwinDevice::GetConnectedSDKIndex() { in GetConnectedSDKIndex()375 uint32_t PlatformRemoteDarwinDevice::GetSDKIndexBySDKDirectoryInfo( in GetSDKIndexBySDKDirectoryInfo()
21 class PlatformRemoteAppleWatch : public PlatformRemoteDarwinDevice {
23 class PlatformRemoteAppleBridge : public PlatformRemoteDarwinDevice {
24 class PlatformRemoteAppleTV : public PlatformRemoteDarwinDevice {
21 class PlatformRemoteiOS : public PlatformRemoteDarwinDevice {
26 class PlatformRemoteMacOSX : public virtual PlatformRemoteDarwinDevice {
17 PlatformRemoteDarwinDevice.cpp
33 : PlatformRemoteDarwinDevice () {} in PlatformRemoteAppleBridge()
34 : PlatformRemoteDarwinDevice () {} in PlatformRemoteAppleTV()
135 : PlatformRemoteDarwinDevice() {} in PlatformRemoteiOS()
34 PlatformRemoteMacOSX::PlatformRemoteMacOSX() : PlatformRemoteDarwinDevice() {} in PlatformRemoteMacOSX()
145 : PlatformRemoteDarwinDevice() {} in PlatformRemoteAppleWatch()
43 "PlatformRemoteDarwinDevice.cpp",