Home
last modified time | relevance | path

Searched refs:GetDeviceSupportDirectoryName (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteAppleWatch.h54 llvm::StringRef GetDeviceSupportDirectoryName() override;
DPlatformRemoteAppleTV.h51 llvm::StringRef GetDeviceSupportDirectoryName() override;
DPlatformRemoteiOS.h50 llvm::StringRef GetDeviceSupportDirectoryName() override;
DPlatformRemoteAppleBridge.h51 llvm::StringRef GetDeviceSupportDirectoryName() override;
DPlatformRemoteMacOSX.h53 llvm::StringRef GetDeviceSupportDirectoryName() override;
DPlatformRemoteAppleBridge.cpp175 llvm::StringRef PlatformRemoteAppleBridge::GetDeviceSupportDirectoryName() { in GetDeviceSupportDirectoryName() function in PlatformRemoteAppleBridge
DPlatformRemoteiOS.cpp146 llvm::StringRef PlatformRemoteiOS::GetDeviceSupportDirectoryName() { in GetDeviceSupportDirectoryName() function in PlatformRemoteiOS
DPlatformRemoteDarwinDevice.h100 virtual llvm::StringRef GetDeviceSupportDirectoryName() = 0;
DPlatformRemoteAppleTV.cpp226 llvm::StringRef PlatformRemoteAppleTV::GetDeviceSupportDirectoryName() { in GetDeviceSupportDirectoryName() function in PlatformRemoteAppleTV
DPlatformRemoteAppleWatch.cpp301 llvm::StringRef PlatformRemoteAppleWatch::GetDeviceSupportDirectoryName() { in GetDeviceSupportDirectoryName() function in PlatformRemoteAppleWatch
DPlatformRemoteMacOSX.cpp213 llvm::StringRef PlatformRemoteMacOSX::GetDeviceSupportDirectoryName() { in GetDeviceSupportDirectoryName() function in PlatformRemoteMacOSX
DPlatformRemoteDarwinDevice.cpp201 llvm::StringRef dirname = GetDeviceSupportDirectoryName(); in UpdateSDKDirectoryInfosIfNeeded()