Home
last modified time | relevance | path

Searched defs:sdk_type (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.h145 lldb_private::XcodeSDK::Type sdk_type; member
DPlatformAppleSimulator.cpp42 llvm::StringRef sdk, lldb_private::XcodeSDK::Type sdk_type, in PlatformAppleSimulator()
283 llvm::StringRef sdk, lldb_private::XcodeSDK::Type sdk_type, in CreateInstance()
DPlatformDarwin.cpp1287 FileSpec PlatformDarwin::FindSDKInXcodeForModules(XcodeSDK::Type sdk_type, in FindSDKInXcodeForModules()
1313 FileSpec PlatformDarwin::GetSDKDirectoryForModules(XcodeSDK::Type sdk_type) { in GetSDKDirectoryForModules()
1514 Target *target, std::vector<std::string> &options, XcodeSDK::Type sdk_type) { in AddClangModuleCompilationOptionsForSDKType()
/external/llvm-project/lldb/source/Utility/
DXcodeSDK.cpp205 bool XcodeSDK::SDKSupportsModules(XcodeSDK::Type sdk_type, in SDKSupportsModules()