LLVM: llvm::DWARFDebugArangeSet::Header Struct Reference (original) (raw)
#include "[llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h](DWARFDebugArangeSet%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| uint64_t | Length |
| The total length of the entries for that set, not including the length field itself. | |
| dwarf::DwarfFormat | Format |
| The DWARF format of the set. | |
| uint64_t | CuOffset |
| The offset from the beginning of the .debug_info section of the compilation unit entry referenced by the table. | |
| uint16_t | Version |
| The DWARF version number. | |
| uint8_t | AddrSize |
| The size in bytes of an address on the target architecture. | |
| uint8_t | SegSize |
| The size in bytes of a segment descriptor on the target architecture. |
Definition at line 26 of file DWARFDebugArangeSet.h.
◆ AddrSize
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 39 of file DWARFDebugArangeSet.h.
◆ CuOffset
uint64_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 34 of file DWARFDebugArangeSet.h.
◆ Format
◆ Length
uint64_t llvm::DWARFDebugArangeSet::Header::Length
The total length of the entries for that set, not including the length field itself.
Definition at line 29 of file DWARFDebugArangeSet.h.
◆ SegSize
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 42 of file DWARFDebugArangeSet.h.
◆ Version
uint16_t llvm::DWARFDebugArangeSet::Header::Version
The documentation for this struct was generated from the following file:
- include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h