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

#include <DWARFYAML.h>

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

Public Attributes

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

Detailed Description

Definition at line 31 of file DWARFYAML.h.

Member Data Documentation

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

Definition at line 35 of file DWARFYAML.h.

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

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

Definition at line 34 of file DWARFYAML.h.

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

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

Definition at line 32 of file DWARFYAML.h.

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

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

Definition at line 33 of file DWARFYAML.h.

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


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