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

Dwarf 5 Name Index header. More...

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

Inheritance diagram for llvm::DWARFDebugNames::Header:
Inheritance graph
[legend]
Collaboration diagram for llvm::DWARFDebugNames::Header:
Collaboration graph
[legend]

Public Member Functions

Error extract (const DWARFDataExtractor &AS, uint32_t *Offset)
 
void dump (ScopedPrinter &W) const
 

Public Attributes

SmallString< 8 > AugmentationString
 

Detailed Description

Dwarf 5 Name Index header.

Definition at line 246 of file DWARFAcceleratorTable.h.

Member Function Documentation

◆ dump()

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

◆ extract()

llvm::Error DWARFDebugNames::Header::extract ( const DWARFDataExtractor AS,
uint32_t Offset 
)

Member Data Documentation

◆ AugmentationString

SmallString<8> llvm::DWARFDebugNames::Header::AugmentationString

Definition at line 247 of file DWARFAcceleratorTable.h.


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