LLVM
15.0.0git
|
#include "llvm/DWP/DWP.h"
Public Attributes | |
uint64_t | Length = 0 |
uint16_t | Version = 0 |
uint8_t | UnitType = 0 |
uint8_t | AddrSize = 0 |
uint64_t | DebugAbbrevOffset = 0 |
Optional< uint64_t > | Signature = None |
dwarf::DwarfFormat | Format = dwarf::DwarfFormat::DWARF32 |
uint8_t | HeaderSize = 0 |
uint8_t llvm::InfoSectionUnitHeader::AddrSize = 0 |
Definition at line 39 of file DWP.h.
Referenced by getCUIdentifiers().
dwarf::DwarfFormat llvm::InfoSectionUnitHeader::Format = dwarf::DwarfFormat::DWARF32 |
Definition at line 50 of file DWP.h.
Referenced by getCUIdentifiers().
uint8_t llvm::InfoSectionUnitHeader::HeaderSize = 0 |
Definition at line 54 of file DWP.h.
Referenced by getCUIdentifiers().
Definition at line 47 of file DWP.h.
Referenced by getCUIdentifiers().
uint8_t llvm::InfoSectionUnitHeader::UnitType = 0 |
Definition at line 36 of file DWP.h.
Referenced by getCUIdentifiers().
uint16_t llvm::InfoSectionUnitHeader::Version = 0 |
Definition at line 33 of file DWP.h.
Referenced by getCUIdentifiers().