LLVM
8.0.1
|
#include "llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h"
Public Attributes | |
uint32_t | Length |
The total length of the entries for that set, not including the length field itself. More... | |
uint32_t | CuOffset |
The offset from the beginning of the .debug_info section of the compilation unit entry referenced by the table. More... | |
uint16_t | Version |
The DWARF version number. More... | |
uint8_t | AddrSize |
The size in bytes of an address on the target architecture. More... | |
uint8_t | SegSize |
The size in bytes of a segment descriptor on the target architecture. More... | |
Definition at line 24 of file DWARFDebugArangeSet.h.
uint8_t llvm::DWARFDebugArangeSet::Header::AddrSize |
The size in bytes of an address on the target architecture.
For segmented addressing, this is the size of the offset portion of the address.
Definition at line 35 of file DWARFDebugArangeSet.h.
uint32_t llvm::DWARFDebugArangeSet::Header::CuOffset |
The offset from the beginning of the .debug_info section of the compilation unit entry referenced by the table.
Definition at line 30 of file DWARFDebugArangeSet.h.
Referenced by llvm::DWARFDebugArangeSet::getCompileUnitDIEOffset().
uint32_t llvm::DWARFDebugArangeSet::Header::Length |
The total length of the entries for that set, not including the length field itself.
Definition at line 27 of file DWARFDebugArangeSet.h.
Referenced by llvm::DWARFDebugArangeSet::Descriptor::getEndAddress().
uint8_t llvm::DWARFDebugArangeSet::Header::SegSize |
The size in bytes of a segment descriptor on the target architecture.
If the target system uses a flat address space, this value is 0.
Definition at line 38 of file DWARFDebugArangeSet.h.
uint16_t llvm::DWARFDebugArangeSet::Header::Version |
The DWARF version number.
Definition at line 32 of file DWARFDebugArangeSet.h.