|
clang 23.0.0git
|
Information about the supported platforms, derived from the target triple definitions, in the SDK. More...
#include "clang/Basic/DarwinSDKInfo.h"
Public Types | |
| using | TripleStorageType = SmallVector<llvm::Triple, 5> |
Public Member Functions | |
| SDKPlatformInfo (TripleStorageType Triples, StringRef PlatformPrefix) | |
| const TripleStorageType & | getTriples () const |
| StringRef | getPlatformPrefix () const |
Information about the supported platforms, derived from the target triple definitions, in the SDK.
Definition at line 38 of file DarwinSDKInfo.h.
| using clang::DarwinSDKInfo::SDKPlatformInfo::TripleStorageType = SmallVector<llvm::Triple, 5> |
Definition at line 40 of file DarwinSDKInfo.h.
|
inline |
Definition at line 42 of file DarwinSDKInfo.h.
|
inline |
Definition at line 48 of file DarwinSDKInfo.h.
|
inline |
Definition at line 47 of file DarwinSDKInfo.h.
Referenced by findPlatformInfo().