LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 257 of file DWARFAcceleratorTable.h.

Constructor & Destructor Documentation

◆ EntryWithName()

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

Definition at line 258 of file DWARFAcceleratorTable.h.

Member Function Documentation

◆ readName()

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

Definition at line 261 of file DWARFAcceleratorTable.h.

References BaseEntry, and StrOffset.

Member Data Documentation

◆ BaseEntry

Entry llvm::AppleAcceleratorTable::EntryWithName::BaseEntry

Definition at line 265 of file DWARFAcceleratorTable.h.

Referenced by readName().

◆ StrOffset

uint32_t llvm::AppleAcceleratorTable::EntryWithName::StrOffset

Definition at line 266 of file DWARFAcceleratorTable.h.

Referenced by readName().


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