LLDB mainline
|
#include <CTFTypes.h>
Public Member Functions | |
CTFArray (lldb::user_id_t uid, llvm::StringRef name, uint32_t type, uint32_t index, uint32_t nelems) | |
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 |
uint32_t | index |
uint32_t | nelems |
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 105 of file CTFTypes.h.
|
inline |
Definition at line 106 of file CTFTypes.h.
|
inlinestatic |
Definition at line 110 of file CTFTypes.h.
References lldb_private::CTFType::eArray, and lldb_private::CTFType::kind.
uint32_t lldb_private::CTFArray::index |
Definition at line 113 of file CTFTypes.h.
uint32_t lldb_private::CTFArray::nelems |
Definition at line 114 of file CTFTypes.h.
Referenced by lldb_private::SymbolFileCTF::CreateArray().
uint32_t lldb_private::CTFArray::type |
Definition at line 112 of file CTFTypes.h.
Referenced by lldb_private::SymbolFileCTF::CreateArray().