Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DXcodeSDK.h85 static bool SDKSupportsModules(Type desired_type, const FileSpec &sdk_path);
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DXcodeSDK.cpp247 const FileSpec &sdk_path) { in SDKSupportsModules() argument
248 ConstString last_path_component = sdk_path.GetLastPathComponent(); in SDKSupportsModules()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1617 ConstString sdk_path(HostInfo::GetXcodeSDKPath(sdk)); in RegisterXcodeSDK() local
1618 if (!sdk_path) in RegisterXcodeSDK()
1623 if (!m_source_mappings.Replace(sysroot_cs, sdk_path, true)) in RegisterXcodeSDK()
1625 m_source_mappings.Append(sysroot_cs, sdk_path, false); in RegisterXcodeSDK()