LLVM 18.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 257 of file DWARFAcceleratorTable.h.
|
inline |
Definition at line 258 of file DWARFAcceleratorTable.h.
|
inline |
Definition at line 261 of file DWARFAcceleratorTable.h.
Entry llvm::AppleAcceleratorTable::EntryWithName::BaseEntry |
Definition at line 265 of file DWARFAcceleratorTable.h.
Referenced by readName().
uint32_t llvm::AppleAcceleratorTable::EntryWithName::StrOffset |
Definition at line 266 of file DWARFAcceleratorTable.h.
Referenced by readName().