Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteAppleWatch.h43 llvm::StringRef GetDeviceSupportDirectoryName() override;
H A DPlatformRemoteAppleBridge.h45 llvm::StringRef GetDeviceSupportDirectoryName() override;
H A DPlatformRemoteiOS.h45 llvm::StringRef GetDeviceSupportDirectoryName() override;
H A DPlatformRemoteAppleTV.h51 llvm::StringRef GetDeviceSupportDirectoryName() override;
H A DPlatformRemoteMacOSX.h48 llvm::StringRef GetDeviceSupportDirectoryName() override;
H A DPlatformDarwinDevice.h56 virtual llvm::StringRef GetDeviceSupportDirectoryName() = 0;
H A DPlatformMacOSX.h74 llvm::StringRef GetDeviceSupportDirectoryName() override;
H A DPlatformRemoteAppleBridge.cpp146 llvm::StringRef PlatformRemoteAppleBridge::GetDeviceSupportDirectoryName() { in GetDeviceSupportDirectoryName() function in PlatformRemoteAppleBridge
H A DPlatformRemoteMacOSX.cpp148 llvm::StringRef PlatformRemoteMacOSX::GetDeviceSupportDirectoryName() { in GetDeviceSupportDirectoryName() function in PlatformRemoteMacOSX
H A DPlatformRemoteAppleTV.cpp157 llvm::StringRef PlatformRemoteAppleTV::GetDeviceSupportDirectoryName() { in GetDeviceSupportDirectoryName() function in PlatformRemoteAppleTV
H A DPlatformRemoteiOS.cpp151 llvm::StringRef PlatformRemoteiOS::GetDeviceSupportDirectoryName() { in GetDeviceSupportDirectoryName() function in PlatformRemoteiOS
H A DPlatformRemoteAppleWatch.cpp183 llvm::StringRef PlatformRemoteAppleWatch::GetDeviceSupportDirectoryName() { in GetDeviceSupportDirectoryName() function in PlatformRemoteAppleWatch
H A DPlatformMacOSX.cpp222 llvm::StringRef PlatformMacOSX::GetDeviceSupportDirectoryName() { in GetDeviceSupportDirectoryName() function in PlatformMacOSX
H A DPlatformDarwinDevice.cpp87 llvm::StringRef dirname = GetDeviceSupportDirectoryName(); in UpdateSDKDirectoryInfosIfNeeded()