LLVM 23.0.0git
llvm::DWARFYAML::StringOffsetsTable Struct Reference

#include "llvm/ObjectYAML/DWARFYAML.h"

Public Attributes

dwarf::DwarfFormat Format
std::optional< yaml::Hex64 > Length
yaml::Hex16 Version
yaml::Hex16 Padding
std::vector< yaml::Hex64 > Offsets

Detailed Description

Definition at line 216 of file DWARFYAML.h.

Member Data Documentation

◆ Format

dwarf::DwarfFormat llvm::DWARFYAML::StringOffsetsTable::Format

Definition at line 217 of file DWARFYAML.h.

Referenced by llvm::DWARFYAML::emitDebugStrOffsets().

◆ Length

std::optional<yaml::Hex64> llvm::DWARFYAML::StringOffsetsTable::Length

Definition at line 218 of file DWARFYAML.h.

Referenced by llvm::DWARFYAML::emitDebugStrOffsets().

◆ Offsets

std::vector<yaml::Hex64> llvm::DWARFYAML::StringOffsetsTable::Offsets

Definition at line 221 of file DWARFYAML.h.

Referenced by llvm::DWARFYAML::emitDebugStrOffsets().

◆ Padding

yaml::Hex16 llvm::DWARFYAML::StringOffsetsTable::Padding

Definition at line 220 of file DWARFYAML.h.

Referenced by llvm::DWARFYAML::emitDebugStrOffsets().

◆ Version

yaml::Hex16 llvm::DWARFYAML::StringOffsetsTable::Version

Definition at line 219 of file DWARFYAML.h.

Referenced by llvm::DWARFYAML::emitDebugStrOffsets().


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