LLVM 20.0.0git
|
#include "llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h"
Public Member Functions | |
EntryWithName (const AppleAcceleratorTable &Table) | |
std::optional< StringRef > | readName () const |
Public Attributes | |
Entry | BaseEntry |
uint32_t | StrOffset |
Definition at line 265 of file DWARFAcceleratorTable.h.
|
inline |
Definition at line 266 of file DWARFAcceleratorTable.h.
|
inline |
Definition at line 269 of file DWARFAcceleratorTable.h.
Entry llvm::AppleAcceleratorTable::EntryWithName::BaseEntry |
Definition at line 273 of file DWARFAcceleratorTable.h.
Referenced by readName().
uint32_t llvm::AppleAcceleratorTable::EntryWithName::StrOffset |
Definition at line 274 of file DWARFAcceleratorTable.h.
Referenced by readName().