Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Utility/
H A DXcodeSDK.cpp264 ConstString last_path_component = sdk_path.GetFilename(); in SDKSupportsModules() local
266 if (!last_path_component) in SDKSupportsModules()
269 XcodeSDK sdk(last_path_component.GetStringRef().str()); in SDKSupportsModules()