llvm::DWARFListTableHeader

A class representing the header of a list table such as the range list table in the .debug_rnglists section.

Synopsis

Declared in <llvm/DebugInfo/DWARF/DWARFListTable.h>

class DWARFListTableHeader;

Member Functions

NameDescription
DWARFListTableHeader [constructor]Constructor
clear
dump
extract Extract the table header and the array of offsets.
getAddrSize
getFormat
getHeaderOffset
getLength
getListTypeString
getOffsetEntry
getOffsetEntryCount
getSectionName
getVersion
length Returns the length of the table, including the length field, or 0 if the length has not been determined (e.g. because the table has not yet been parsed, or there was a problem in parsing).

Static Member Functions

NameDescription
getHeaderSize Return the size of the table header including the length but not including the offsets.
getOffsetEntry