LLDB mainline
|
#include <CTFTypes.h>
Public Member Functions | |
CTFTypedef (lldb::user_id_t uid, llvm::StringRef name, uint32_t type) | |
Public Member Functions inherited from lldb_private::CTFType | |
CTFType (Kind kind, lldb::user_id_t uid, llvm::StringRef name) | |
Static Public Member Functions | |
static bool | classof (const CTFType *T) |
Public Attributes | |
uint32_t | type |
Public Attributes inherited from lldb_private::CTFType | |
Kind | kind |
lldb::user_id_t | uid |
llvm::StringRef | name |
Additional Inherited Members | |
Public Types inherited from lldb_private::CTFType | |
enum | Kind : uint32_t { eUnknown = 0 , eInteger = 1 , eFloat = 2 , ePointer = 3 , eArray = 4 , eFunction = 5 , eStruct = 6 , eUnion = 7 , eEnum = 8 , eForward = 9 , eTypedef = 10 , eVolatile = 11 , eConst = 12 , eRestrict = 13 , eSlice = 14 } |
Definition at line 96 of file CTFTypes.h.
|
inline |
Definition at line 97 of file CTFTypes.h.
|
inlinestatic |
Definition at line 100 of file CTFTypes.h.
References lldb_private::CTFType::eTypedef, and lldb_private::CTFType::kind.
uint32_t lldb_private::CTFTypedef::type |
Definition at line 102 of file CTFTypes.h.
Referenced by lldb_private::SymbolFileCTF::CreateTypedef().