Searched refs:PlatformRemoteDarwinDevice (Results 1 – 15 of 15) 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;
31 PlatformRemoteDarwinDevice::SDKDirectoryInfo::SDKDirectoryInfo( in SDKDirectoryInfo()41 PlatformRemoteDarwinDevice::PlatformRemoteDarwinDevice() in PlatformRemoteDarwinDevice() function in PlatformRemoteDarwinDevice48 PlatformRemoteDarwinDevice::~PlatformRemoteDarwinDevice() = default;50 void PlatformRemoteDarwinDevice::GetStatus(Stream &strm) { in GetStatus()66 Status PlatformRemoteDarwinDevice::ResolveExecutable( in ResolveExecutable()131 bool PlatformRemoteDarwinDevice::GetFileInSDK(const char *platform_file_path, in GetFileInSDK()164 Status PlatformRemoteDarwinDevice::GetSymbolFile(const FileSpec &platform_file, in GetSymbolFile()224 Status PlatformRemoteDarwinDevice::GetSharedModule( in GetSharedModule()356 uint32_t PlatformRemoteDarwinDevice::GetConnectedSDKIndex() { in GetConnectedSDKIndex()376 uint32_t PlatformRemoteDarwinDevice::GetSDKIndexBySDKDirectoryInfo( in GetSDKIndexBySDKDirectoryInfo()
21 class PlatformRemoteAppleWatch : public PlatformRemoteDarwinDevice {
23 class PlatformRemoteAppleBridge : public PlatformRemoteDarwinDevice {
21 class PlatformRemoteiOS : public PlatformRemoteDarwinDevice {
24 class PlatformRemoteAppleTV : public PlatformRemoteDarwinDevice {
26 class PlatformRemoteMacOSX : public virtual PlatformRemoteDarwinDevice {
17 PlatformRemoteDarwinDevice.cpp
33 : PlatformRemoteDarwinDevice () {} in PlatformRemoteAppleBridge()
34 PlatformRemoteMacOSX::PlatformRemoteMacOSX() : PlatformRemoteDarwinDevice() {} in PlatformRemoteMacOSX()
34 : PlatformRemoteDarwinDevice () {} in PlatformRemoteAppleTV()
135 : PlatformRemoteDarwinDevice() {} in PlatformRemoteiOS()
145 : PlatformRemoteDarwinDevice() {} in PlatformRemoteAppleWatch()
46 "PlatformRemoteDarwinDevice.cpp",
20 PlatformRemoteDarwinDevice.cpp \