LLVM: llvm::InfoSectionUnitHeader Struct Reference (original) (raw)
#include "[llvm/DWP/DWP.h](DWP%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| uint64_t | Length = 0 |
| uint16_t | Version = 0 |
| uint8_t | UnitType = 0 |
| uint8_t | AddrSize = 0 |
| uint64_t | DebugAbbrevOffset = 0 |
| std::optional< uint64_t > | Signature |
| dwarf::DwarfFormat | Format = dwarf::DwarfFormat::DWARF32 |
| uint8_t | HeaderSize = 0 |
Definition at line 41 of file DWP.h.
◆ AddrSize
uint8_t llvm::InfoSectionUnitHeader::AddrSize = 0
Definition at line 52 of file DWP.h.
◆ DebugAbbrevOffset
uint64_t llvm::InfoSectionUnitHeader::DebugAbbrevOffset = 0
Definition at line 56 of file DWP.h.
◆ Format
Definition at line 63 of file DWP.h.
◆ HeaderSize
uint8_t llvm::InfoSectionUnitHeader::HeaderSize = 0
Definition at line 67 of file DWP.h.
◆ Length
uint64_t llvm::InfoSectionUnitHeader::Length = 0
Definition at line 43 of file DWP.h.
◆ Signature
std::optional<uint64_t> llvm::InfoSectionUnitHeader::Signature
Definition at line 60 of file DWP.h.
◆ UnitType
uint8_t llvm::InfoSectionUnitHeader::UnitType = 0
Definition at line 49 of file DWP.h.
◆ Version
uint16_t llvm::InfoSectionUnitHeader::Version = 0
Definition at line 46 of file DWP.h.
The documentation for this struct was generated from the following file:
- include/llvm/DWP/DWP.h