Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Utility/
H A DXcodeSDK.cpp245 ConstString last_path_component = sdk_path.GetLastPathComponent(); in SDKSupportsModules() local
247 if (!last_path_component) in SDKSupportsModules()
250 XcodeSDK sdk(last_path_component.GetStringRef().str()); in SDKSupportsModules()