Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinDevice.cpp344 FileSpec device_support_spec(GetDeviceSupportDirectoryForOSVersion()); in GetSharedModuleWithLocalCache() local
345 device_support_spec.AppendPathComponent("Symbols"); in GetSharedModuleWithLocalCache()
346 device_support_spec.AppendPathComponent( in GetSharedModuleWithLocalCache()
348 FileSystem::Instance().Resolve(device_support_spec); in GetSharedModuleWithLocalCache()
349 if (FileSystem::Instance().Exists(device_support_spec)) { in GetSharedModuleWithLocalCache()
350 ModuleSpec local_spec(device_support_spec, module_spec.GetUUID()); in GetSharedModuleWithLocalCache()