LLVM 22.0.0git
llvm::AppleAcceleratorTable::EntryWithName Struct Reference

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

Public Member Functions

 EntryWithName (const AppleAcceleratorTable &Table)
std::optional< StringRefreadName () const

Public Attributes

Entry BaseEntry
uint32_t StrOffset

Detailed Description

Definition at line 266 of file DWARFAcceleratorTable.h.

Constructor & Destructor Documentation

◆ EntryWithName()

llvm::AppleAcceleratorTable::EntryWithName::EntryWithName ( const AppleAcceleratorTable & Table)
inline

Member Function Documentation

◆ readName()

std::optional< StringRef > llvm::AppleAcceleratorTable::EntryWithName::readName ( ) const
inline

Definition at line 270 of file DWARFAcceleratorTable.h.

References BaseEntry, and StrOffset.

Member Data Documentation

◆ BaseEntry

Entry llvm::AppleAcceleratorTable::EntryWithName::BaseEntry

Definition at line 274 of file DWARFAcceleratorTable.h.

Referenced by EntryWithName(), and readName().

◆ StrOffset

uint32_t llvm::AppleAcceleratorTable::EntryWithName::StrOffset

Definition at line 275 of file DWARFAcceleratorTable.h.

Referenced by EntryWithName(), and readName().


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