Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DXcodeSDK.cpp248 ConstString last_path_component = sdk_path.GetLastPathComponent(); in SDKSupportsModules() local
250 if (!last_path_component) in SDKSupportsModules()
253 XcodeSDK sdk(last_path_component.GetStringRef().str()); in SDKSupportsModules()