LLDB
mainline
|
#include <HashedNameToDIE.h>
Public Member Functions | |
DIEInfo ()=default | |
DIEInfo (dw_offset_t o, dw_tag_t t, uint32_t f, uint32_t h) | |
operator DIERef () const | |
Public Attributes | |
dw_offset_t | die_offset = DW_INVALID_OFFSET |
dw_tag_t | tag = llvm::dwarf::DW_TAG_null |
uint32_t | type_flags = 0 |
Any flags for this DIEInfo. More... | |
uint32_t | qualified_name_hash = 0 |
A 32 bit hash of the fully qualified name. More... | |
Definition at line 54 of file HashedNameToDIE.h.
|
default |
DWARFMappedHash::DIEInfo::DIEInfo | ( | dw_offset_t | o, |
dw_tag_t | t, | ||
uint32_t | f, | ||
uint32_t | h | ||
) |
Definition at line 130 of file HashedNameToDIE.cpp.
|
inlineexplicit |
Definition at line 67 of file HashedNameToDIE.h.
References die_offset.
dw_offset_t DWARFMappedHash::DIEInfo::die_offset = DW_INVALID_OFFSET |
Definition at line 55 of file HashedNameToDIE.h.
Referenced by DWARFMappedHash::MemoryTable::AppendAllDIEsInRange(), operator DIERef(), and DWARFMappedHash::Header::Read().
uint32_t DWARFMappedHash::DIEInfo::qualified_name_hash = 0 |
A 32 bit hash of the fully qualified name.
Definition at line 62 of file HashedNameToDIE.h.
Referenced by DWARFMappedHash::Header::Read().
dw_tag_t DWARFMappedHash::DIEInfo::tag = llvm::dwarf::DW_TAG_null |
Definition at line 56 of file HashedNameToDIE.h.
Referenced by DWARFMappedHash::Header::Read().
uint32_t DWARFMappedHash::DIEInfo::type_flags = 0 |
Any flags for this DIEInfo.
Definition at line 59 of file HashedNameToDIE.h.
Referenced by DWARFMappedHash::Header::Read().