Lines Matching refs:XcodeSDK
326 XcodeSDK::FindXcodeContentsDirectoryInPath(fspec.GetPath());
338 XcodeSDK::FindXcodeContentsDirectoryInPath(env_developer_dir);
345 FileSpec fspec(HostInfo::GetXcodeSDKPath(XcodeSDK::GetAnyMacOS()));
349 XcodeSDK::FindXcodeContentsDirectoryInPath(fspec.GetPath());
373 static std::string GetXcodeSDK(XcodeSDK sdk) {
374 XcodeSDK::Info info = sdk.Parse();
375 std::string sdk_name = XcodeSDK::GetCanonicalName(info);
422 XcodeSDK::FindXcodeContentsDirectoryInPath(fspec.GetPath());
440 if (info.type == XcodeSDK::Type::MacOSX && !info.version.empty() &&
455 sdk_name = XcodeSDK::GetCanonicalName(info);
471 llvm::StringRef HostInfoMacOSX::GetXcodeSDKPath(XcodeSDK sdk) {