LLVM 19.0.0git
Public Attributes | List of all members
llvm::DWARFYAML::AbbrevTable Struct Reference

#include "llvm/ObjectYAML/DWARFYAML.h"

Public Attributes

std::optional< uint64_tID
 
std::vector< AbbrevTable
 

Detailed Description

Definition at line 44 of file DWARFYAML.h.

Member Data Documentation

◆ ID

std::optional<uint64_t> llvm::DWARFYAML::AbbrevTable::ID

Definition at line 45 of file DWARFYAML.h.

Referenced by llvm::DWARFYAML::Data::getAbbrevTableInfoByID().

◆ Table

std::vector<Abbrev> llvm::DWARFYAML::AbbrevTable::Table

Definition at line 46 of file DWARFYAML.h.


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