| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/DebugInfo/DWARF/DWARFDebugPubTable.h"
Public Attributes | |
| uint64_t | SecOffset | 
| Section offset from the beginning of the compilation unit.   | |
| dwarf::PubIndexEntryDescriptor | Descriptor | 
| An entry of the various gnu_pub* debug sections.   | |
| StringRef | Name | 
| The name of the object as given by the DW_AT_name attribute of the referenced DIE.   | |
Definition at line 29 of file DWARFDebugPubTable.h.
| dwarf::PubIndexEntryDescriptor llvm::DWARFDebugPubTable::Entry::Descriptor | 
An entry of the various gnu_pub* debug sections.
Definition at line 34 of file DWARFDebugPubTable.h.
| StringRef llvm::DWARFDebugPubTable::Entry::Name | 
The name of the object as given by the DW_AT_name attribute of the referenced DIE.
Definition at line 38 of file DWARFDebugPubTable.h.
| uint64_t llvm::DWARFDebugPubTable::Entry::SecOffset | 
Section offset from the beginning of the compilation unit.
Definition at line 31 of file DWARFDebugPubTable.h.