reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
 1437   sdks_spec.AppendPathComponent("Developer");
 1438   sdks_spec.AppendPathComponent("Platforms");
 1442     sdks_spec.AppendPathComponent("MacOSX.platform");
 1445     sdks_spec.AppendPathComponent("iPhoneSimulator.platform");
 1448     sdks_spec.AppendPathComponent("iPhoneOS.platform");
 1452   sdks_spec.AppendPathComponent("Developer");
 1453   sdks_spec.AppendPathComponent("SDKs");
 1462         if (!FileSystem::Instance().Exists(sdks_spec)) {
 1463           sdks_spec = GetCommandLineToolsLibraryPath();
 1464           sdks_spec.AppendPathComponent("SDKs");
 1470         FileSpec native_sdk_spec = sdks_spec;
 1483   return FindSDKInXcodeForModules(sdk_type, sdks_spec);