Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h165 XcodeSDK::Type sdk_type; member
172 static FileSpec FindSDKInXcodeForModules(XcodeSDK::Type sdk_type,
175 static FileSpec GetSDKDirectoryForModules(XcodeSDK::Type sdk_type);
180 XcodeSDK::Type sdk_type);
H A DPlatformDarwin.cpp747 if (XcodeSDK::SDKSupportsModules(enumerator_info->sdk_type, spec)) { in DirectoryEnumerator()
755 FileSpec PlatformDarwin::FindSDKInXcodeForModules(XcodeSDK::Type sdk_type, in FindSDKInXcodeForModules() argument
769 enumerator_info.sdk_type = sdk_type; in FindSDKInXcodeForModules()
786 switch (sdk_type) { in GetSDKDirectoryForModules()
809 if (sdk_type == XcodeSDK::Type::MacOSX) { in GetSDKDirectoryForModules()
837 return FindSDKInXcodeForModules(sdk_type, sdks_spec); in GetSDKDirectoryForModules()
994 switch (sdk_type) { in AddClangModuleCompilationOptionsForSDKType()
1025 if (!version.empty() && sdk_type != XcodeSDK::Type::Linux) { in AddClangModuleCompilationOptionsForSDKType()
1032 switch (sdk_type) { in AddClangModuleCompilationOptionsForSDKType()
1059 info.type = sdk_type; in AddClangModuleCompilationOptionsForSDKType()
[all …]
H A DPlatformAppleSimulator.h52 llvm::StringRef sdk, XcodeSDK::Type sdk_type,
63 XcodeSDK::Type sdk_type,
H A DPlatformAppleSimulator.cpp43 llvm::StringRef sdk, lldb_private::XcodeSDK::Type sdk_type, in PlatformAppleSimulator() argument
48 m_sdk(sdk), m_sdk_type(sdk_type) {} in PlatformAppleSimulator()
293 lldb_private::XcodeSDK::Type sdk_type, in CreateInstance() argument
355 sdk, sdk_type, kind)); in CreateInstance()
/llvm-project-15.0.7/lldb/source/Utility/
H A DXcodeSDK.cpp202 bool XcodeSDK::SDKSupportsModules(XcodeSDK::Type sdk_type, in SDKSupportsModules() argument
204 switch (sdk_type) { in SDKSupportsModules()