class DWARFDebugRnglistTable
Declaration
class DWARFDebugRnglistTable : public DWARFListTableBase { /* full declaration omitted */ };
Description
A class representing a table of lists as specified in the DWARF v5 standard for location lists and range lists. The table consists of a header followed by an array of offsets into a DWARF section, followed by zero or more list entries. The list entries are kept in a map where the keys are the lists' section offsets.
Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h:60
Inherits from: DWARFListTableBase
Method Overview
- public DWARFDebugRnglistTable()
Methods
ΒΆDWARFDebugRnglistTable()
DWARFDebugRnglistTable()
Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h:62