struct DWARFDebugPubTable::Entry
Declaration
struct DWARFDebugPubTable::Entry { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h:26
Member Variables
- public uint64_t SecOffset
- Section offset from the beginning of the compilation unit.
- public dwarf::PubIndexEntryDescriptor Descriptor
- An entry of the various gnu_pub* debug sections.
- public llvm::StringRef Name
- The name of the object as given by the DW_AT_name attribute of the referenced DIE.