LLVM
8.0.1
|
A base class for lists of entries that are extracted from a particular section, such as range lists or location lists. More...
#include "llvm/DebugInfo/DWARF/DWARFListTable.h"
Public Member Functions | |
const ListEntries & | getEntries () const |
bool | empty () const |
void | clear () |
Error | extract (DWARFDataExtractor Data, uint32_t HeaderOffset, uint32_t End, uint32_t *OffsetPtr, StringRef SectionName, StringRef ListStringName) |
Protected Attributes | |
ListEntries | Entries |
A base class for lists of entries that are extracted from a particular section, such as range lists or location lists.
Definition at line 39 of file DWARFListTable.h.
|
inline |
Definition at line 49 of file DWARFListTable.h.
|
inline |
Definition at line 48 of file DWARFListTable.h.
Error llvm::DWARFListType< ListEntryType >::extract | ( | DWARFDataExtractor | Data, |
uint32_t | HeaderOffset, | ||
uint32_t | End, | ||
uint32_t * | OffsetPtr, | ||
StringRef | SectionName, | ||
StringRef | ListStringName | ||
) |
Definition at line 211 of file DWARFListTable.h.
|
inline |
Definition at line 47 of file DWARFListTable.h.
|
protected |
Definition at line 44 of file DWARFListTable.h.