LLVM
8.0.1
|
A base class for DWARF list entries, such as range or location list entries. More...
#include "llvm/DebugInfo/DWARF/DWARFListTable.h"
Public Attributes | |
uint32_t | Offset |
The offset at which the entry is located in the section. More... | |
uint8_t | EntryKind |
The DWARF encoding (DW_RLE_* or DW_LLE_*). More... | |
uint64_t | SectionIndex |
The index of the section this entry belongs to. More... | |
A base class for DWARF list entries, such as range or location list entries.
Definition at line 28 of file DWARFListTable.h.
uint8_t llvm::DWARFListEntryBase::EntryKind |
The DWARF encoding (DW_RLE_* or DW_LLE_*).
Definition at line 32 of file DWARFListTable.h.
Referenced by llvm::RangeListEntry::dump(), and llvm::RangeListEntry::isSentinel().
uint32_t llvm::DWARFListEntryBase::Offset |
The offset at which the entry is located in the section.
Definition at line 30 of file DWARFListTable.h.
Referenced by llvm::RangeListEntry::dump(), and llvm::DWARFListTableBase< DWARFDebugRnglist >::extractHeaderAndOffsets().
uint64_t llvm::DWARFListEntryBase::SectionIndex |
The index of the section this entry belongs to.
Definition at line 34 of file DWARFListTable.h.