Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp825 FileSpec native_sdk_spec = sdks_spec; in GetSDKDirectoryForModules() local
829 native_sdk_spec.AppendPathComponent(native_sdk_name.GetString()); in GetSDKDirectoryForModules()
831 if (FileSystem::Instance().Exists(native_sdk_spec)) { in GetSDKDirectoryForModules()
832 return native_sdk_spec; in GetSDKDirectoryForModules()