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

#include "llvm/ObjectYAML/DWARFYAML.h"

Public Attributes

std::optional< yaml::Hex64 > Code
 
llvm::dwarf::Tag Tag
 
llvm::dwarf::Constants Children
 
std::vector< AttributeAbbrevAttributes
 

Detailed Description

Definition at line 37 of file DWARFYAML.h.

Member Data Documentation

◆ Attributes

std::vector<AttributeAbbrev> llvm::DWARFYAML::Abbrev::Attributes

Definition at line 41 of file DWARFYAML.h.

Referenced by writeDIE().

◆ Children

llvm::dwarf::Constants llvm::DWARFYAML::Abbrev::Children

Definition at line 40 of file DWARFYAML.h.

◆ Code

std::optional<yaml::Hex64> llvm::DWARFYAML::Abbrev::Code

Definition at line 38 of file DWARFYAML.h.

◆ Tag

llvm::dwarf::Tag llvm::DWARFYAML::Abbrev::Tag

Definition at line 39 of file DWARFYAML.h.


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