LLVM 22.0.0git
llvm::DWARFYAML::PubSection Struct Reference

#include "llvm/ObjectYAML/DWARFYAML.h"

Public Attributes

dwarf::DwarfFormat Format
yaml::Hex64 Length
uint16_t Version
uint32_t UnitOffset
uint32_t UnitSize
std::vector< PubEntryEntries

Detailed Description

Definition at line 85 of file DWARFYAML.h.

Member Data Documentation

◆ Entries

std::vector<PubEntry> llvm::DWARFYAML::PubSection::Entries

Definition at line 91 of file DWARFYAML.h.

Referenced by emitPubSection().

◆ Format

dwarf::DwarfFormat llvm::DWARFYAML::PubSection::Format

Definition at line 86 of file DWARFYAML.h.

Referenced by emitPubSection().

◆ Length

yaml::Hex64 llvm::DWARFYAML::PubSection::Length

Definition at line 87 of file DWARFYAML.h.

Referenced by emitPubSection().

◆ UnitOffset

uint32_t llvm::DWARFYAML::PubSection::UnitOffset

Definition at line 89 of file DWARFYAML.h.

Referenced by emitPubSection().

◆ UnitSize

uint32_t llvm::DWARFYAML::PubSection::UnitSize

Definition at line 90 of file DWARFYAML.h.

Referenced by emitPubSection().

◆ Version

uint16_t llvm::DWARFYAML::PubSection::Version

Definition at line 88 of file DWARFYAML.h.

Referenced by emitPubSection().


The documentation for this struct was generated from the following file: