Lines Matching full:sdk
43 /// A parsed SDK directory name.
59 /// Initialize an XcodeSDK object with an SDK name. The SDK name is the last
61 /// parameter. For example, "MacOSX.10.14.sdk".
63 static XcodeSDK GetAnyMacOS() { return XcodeSDK("MacOSX.sdk"); } in GetAnyMacOS()
66 /// 1. SDK with the higher SDKType wins.
67 /// 2. The newer SDK wins.
74 /// Return parsed SDK type and version number.
80 /// Whether this Xcode SDK supports Swift.
83 /// Whether LLDB feels confident importing Clang modules from this SDK.
86 /// Return the canonical SDK name, such as "macosx" for the macOS SDK.
88 /// Return the best-matching SDK type for a specific triple.