LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::DWARFDebugNames::Abbrev Struct Reference

Abbreviation describing the encoding of Name Index entries. More...

#include "llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h"

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

Public Member Functions

 Abbrev (uint32_t Code, dwarf::Tag Tag, std::vector< AttributeEncoding > Attributes)
 
void dump (ScopedPrinter &W) const
 

Public Attributes

uint32_t Code
 Abbreviation code. More...
 
dwarf::Tag Tag
 Dwarf Tag of the described entity. More...
 
std::vector< AttributeEncodingAttributes
 List of index attributes. More...
 

Detailed Description

Abbreviation describing the encoding of Name Index entries.

Definition at line 268 of file DWARFAcceleratorTable.h.

Constructor & Destructor Documentation

◆ Abbrev()

llvm::DWARFDebugNames::Abbrev::Abbrev ( uint32_t  Code,
dwarf::Tag  Tag,
std::vector< AttributeEncoding Attributes 
)
inline

Member Function Documentation

◆ dump()

void DWARFDebugNames::Abbrev::dump ( ScopedPrinter W) const

Member Data Documentation

◆ Attributes

std::vector<AttributeEncoding> llvm::DWARFDebugNames::Abbrev::Attributes

◆ Code

uint32_t llvm::DWARFDebugNames::Abbrev::Code

◆ Tag

dwarf::Tag llvm::DWARFDebugNames::Abbrev::Tag

Dwarf Tag of the described entity.

Definition at line 270 of file DWARFAcceleratorTable.h.

Referenced by llvm::DWARFDebugNames::Entry::dump(), and llvm::DWARFDebugNames::Entry::tag().


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