Home
last modified time | relevance | path

Searched refs:GetDeviceSupportDirectoryForOSVersion (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinDevice.h53 const char *GetDeviceSupportDirectoryForOSVersion();
H A DPlatformRemoteDarwinDevice.cpp51 const char *sdk_directory = GetDeviceSupportDirectoryForOSVersion(); in GetStatus()
170 const char *os_version_dir = GetDeviceSupportDirectoryForOSVersion(); in GetSymbolFile()
H A DPlatformDarwinDevice.cpp240 const char *PlatformDarwinDevice::GetDeviceSupportDirectoryForOSVersion() { in GetDeviceSupportDirectoryForOSVersion() function in PlatformDarwinDevice
334 FileSpec device_support_spec(GetDeviceSupportDirectoryForOSVersion()); in GetSharedModuleWithLocalCache()