Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinDevice.cpp334 FileSpec device_support_spec(GetDeviceSupportDirectoryForOSVersion()); in GetSharedModuleWithLocalCache() local
335 device_support_spec.AppendPathComponent("Symbols"); in GetSharedModuleWithLocalCache()
336 device_support_spec.AppendPathComponent( in GetSharedModuleWithLocalCache()
338 FileSystem::Instance().Resolve(device_support_spec); in GetSharedModuleWithLocalCache()
339 if (FileSystem::Instance().Exists(device_support_spec)) { in GetSharedModuleWithLocalCache()
340 ModuleSpec local_spec(device_support_spec, module_spec.GetUUID()); in GetSharedModuleWithLocalCache()