LLDB mainline
Public Member Functions | Public Attributes | List of all members
lldb_private::PlatformDarwinDevice::SDKDirectoryInfo Struct Reference

#include <PlatformDarwinDevice.h>

Public Member Functions

 SDKDirectoryInfo (const FileSpec &sdk_dir_spec)
 

Public Attributes

FileSpec directory
 
ConstString build
 
llvm::VersionTuple version
 
bool user_cached
 

Detailed Description

Definition at line 32 of file PlatformDarwinDevice.h.

Constructor & Destructor Documentation

◆ SDKDirectoryInfo()

lldb_private::PlatformDarwinDevice::SDKDirectoryInfo::SDKDirectoryInfo ( const FileSpec sdk_dir_spec)

Member Data Documentation

◆ build

ConstString lldb_private::PlatformDarwinDevice::SDKDirectoryInfo::build

Definition at line 35 of file PlatformDarwinDevice.h.

◆ directory

FileSpec lldb_private::PlatformDarwinDevice::SDKDirectoryInfo::directory

◆ user_cached

bool lldb_private::PlatformDarwinDevice::SDKDirectoryInfo::user_cached

Definition at line 37 of file PlatformDarwinDevice.h.

◆ version

llvm::VersionTuple lldb_private::PlatformDarwinDevice::SDKDirectoryInfo::version

Definition at line 36 of file PlatformDarwinDevice.h.


The documentation for this struct was generated from the following file: