|
LLDB mainline
|
Public Member Functions | |
| bool | IsLargeType () const |
| uint32_t | GetStructSize () const |
| uint32_t | GetType () const |
| uint32_t | GetSize () const |
Public Attributes | |
| uint32_t | name |
| uint32_t | info |
| union { | |
| uint32_t size | |
| uint32_t type | |
| }; | |
Definition at line 195 of file SymbolFileCTF.h.
|
inline |
Definition at line 210 of file SymbolFileCTF.h.
References size.
Referenced by lldb_private::SymbolFileCTF::ParseType().
|
inline |
Definition at line 204 of file SymbolFileCTF.h.
References IsLargeType().
|
inline |
Definition at line 209 of file SymbolFileCTF.h.
References type.
Referenced by lldb_private::SymbolFileCTF::ParseType().
|
inline |
| union { ... } lldb_private::SymbolFileCTF::ctf_stype_t |
| uint32_t lldb_private::SymbolFileCTF::ctf_stype_t::info |
Definition at line 197 of file SymbolFileCTF.h.
Referenced by lldb_private::SymbolFileCTF::ParseType().
| uint32_t lldb_private::SymbolFileCTF::ctf_stype_t::name |
Definition at line 196 of file SymbolFileCTF.h.
Referenced by lldb_private::SymbolFileCTF::ParseType().
| uint32_t lldb_private::SymbolFileCTF::ctf_stype_t::size |
Definition at line 199 of file SymbolFileCTF.h.
Referenced by GetSize(), IsLargeType(), and lldb_private::SymbolFileCTF::ParseType().
| uint32_t lldb_private::SymbolFileCTF::ctf_stype_t::type |
Definition at line 200 of file SymbolFileCTF.h.
Referenced by GetType().