LLVM  4.0.0
Public Attributes | List of all members
llvm::DWARFDebugPubTable::Entry Struct Reference

#include <DWARFDebugPubTable.h>

Collaboration diagram for llvm::DWARFDebugPubTable::Entry:
[legend]

Public Attributes

uint32_t SecOffset
 Section offset from the beginning of the compilation unit. More...
 
llvm::dwarf::PubIndexEntryDescriptor Descriptor
 An entry of the various gnu_pub* debug sections. More...
 
const char * Name
 The name of the object as given by the DW_AT_name attribute of the referenced DIE. More...
 

Detailed Description

Definition at line 26 of file DWARFDebugPubTable.h.

Member Data Documentation

llvm::dwarf::PubIndexEntryDescriptor llvm::DWARFDebugPubTable::Entry::Descriptor

An entry of the various gnu_pub* debug sections.

Definition at line 31 of file DWARFDebugPubTable.h.

Referenced by llvm::DWARFDebugPubTable::dump().

const char* llvm::DWARFDebugPubTable::Entry::Name

The name of the object as given by the DW_AT_name attribute of the referenced DIE.

Definition at line 35 of file DWARFDebugPubTable.h.

Referenced by llvm::DWARFDebugPubTable::dump().

uint32_t llvm::DWARFDebugPubTable::Entry::SecOffset

Section offset from the beginning of the compilation unit.

Definition at line 28 of file DWARFDebugPubTable.h.

Referenced by llvm::DWARFDebugPubTable::dump().


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