LLVM 22.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 266 of file DWARFAcceleratorTable.h.
|
inline |
Definition at line 267 of file DWARFAcceleratorTable.h.
References llvm::AppleAcceleratorTable::AppleAcceleratorTable(), BaseEntry, and StrOffset.
|
inline |
Definition at line 270 of file DWARFAcceleratorTable.h.
Entry llvm::AppleAcceleratorTable::EntryWithName::BaseEntry |
Definition at line 274 of file DWARFAcceleratorTable.h.
Referenced by EntryWithName(), and readName().
uint32_t llvm::AppleAcceleratorTable::EntryWithName::StrOffset |
Definition at line 275 of file DWARFAcceleratorTable.h.
Referenced by EntryWithName(), and readName().