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

#include "llvm/ObjectYAML/DWARFYAML.h"

Collaboration diagram for llvm::DWARFYAML::Abbrev:
Collaboration graph
[legend]

Public Attributes

llvm::yaml::Hex32 Code
 
llvm::dwarf::Tag Tag
 
llvm::dwarf::Constants Children
 
std::vector< AttributeAbbrevAttributes
 

Detailed Description

Definition at line 54 of file DWARFYAML.h.

Member Data Documentation

◆ Attributes

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

◆ Children

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

Definition at line 57 of file DWARFYAML.h.

Referenced by llvm::yaml::MappingTraits< DWARFYAML::Abbrev >::mapping().

◆ Code

llvm::yaml::Hex32 llvm::DWARFYAML::Abbrev::Code

Definition at line 55 of file DWARFYAML.h.

Referenced by llvm::yaml::MappingTraits< DWARFYAML::Abbrev >::mapping().

◆ Tag

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

Definition at line 56 of file DWARFYAML.h.

Referenced by llvm::yaml::MappingTraits< DWARFYAML::Abbrev >::mapping().


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