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/
DPlatformRemoteAppleBridge.h45 llvm::StringRef GetDeviceSupportDirectoryName() override;
DPlatformRemoteAppleWatch.h43 llvm::StringRef GetDeviceSupportDirectoryName() override;
DPlatformRemoteAppleTV.h51 llvm::StringRef GetDeviceSupportDirectoryName() override;
DPlatformRemoteiOS.h45 llvm::StringRef GetDeviceSupportDirectoryName() override;
DPlatformRemoteMacOSX.h48 llvm::StringRef GetDeviceSupportDirectoryName() override;
DPlatformDarwinDevice.h56 virtual llvm::StringRef GetDeviceSupportDirectoryName() = 0;
DPlatformMacOSX.h74 llvm::StringRef GetDeviceSupportDirectoryName() override;
DPlatformRemoteAppleBridge.cpp146 llvm::StringRef PlatformRemoteAppleBridge::GetDeviceSupportDirectoryName() { in GetDeviceSupportDirectoryName() function in PlatformRemoteAppleBridge
DPlatformRemoteAppleTV.cpp157 llvm::StringRef PlatformRemoteAppleTV::GetDeviceSupportDirectoryName() { in GetDeviceSupportDirectoryName() function in PlatformRemoteAppleTV
DPlatformRemoteMacOSX.cpp148 llvm::StringRef PlatformRemoteMacOSX::GetDeviceSupportDirectoryName() { in GetDeviceSupportDirectoryName() function in PlatformRemoteMacOSX
DPlatformRemoteiOS.cpp151 llvm::StringRef PlatformRemoteiOS::GetDeviceSupportDirectoryName() { in GetDeviceSupportDirectoryName() function in PlatformRemoteiOS
DPlatformRemoteAppleWatch.cpp183 llvm::StringRef PlatformRemoteAppleWatch::GetDeviceSupportDirectoryName() { in GetDeviceSupportDirectoryName() function in PlatformRemoteAppleWatch
DPlatformMacOSX.cpp222 llvm::StringRef PlatformMacOSX::GetDeviceSupportDirectoryName() { in GetDeviceSupportDirectoryName() function in PlatformMacOSX
DPlatformDarwinDevice.cpp87 llvm::StringRef dirname = GetDeviceSupportDirectoryName(); in UpdateSDKDirectoryInfosIfNeeded()