LLVM 20.0.0git
|
Helper class to identify an entry in DWARF5AccelTable based on their DIE offset and UnitID. More...
#include "llvm/CodeGen/AccelTable.h"
Public Member Functions | |
OffsetAndUnitID ()=delete | |
OffsetAndUnitID (uint64_t Offset, uint32_t UnitID, bool IsTU) | |
uint64_t | offset () const |
uint32_t | unitID () const |
bool | isTU () const |
Public Attributes | |
uint64_t | Offset = 0 |
uint32_t | UnitID = 0 |
bool | IsTU = false |
Helper class to identify an entry in DWARF5AccelTable based on their DIE offset and UnitID.
Definition at line 260 of file AccelTable.h.
|
delete |
Definition at line 265 of file AccelTable.h.
|
inline |
Definition at line 269 of file AccelTable.h.
References IsTU.
|
inline |
Definition at line 267 of file AccelTable.h.
References Offset.
Referenced by llvm::DenseMapInfo< OffsetAndUnitID >::getHashValue().
|
inline |
Definition at line 268 of file AccelTable.h.
References UnitID.
Referenced by llvm::DenseMapInfo< OffsetAndUnitID >::getHashValue().
bool llvm::OffsetAndUnitID::IsTU = false |
Definition at line 263 of file AccelTable.h.
Referenced by llvm::DenseMapInfo< OffsetAndUnitID >::getHashValue(), and isTU().
uint64_t llvm::OffsetAndUnitID::Offset = 0 |
Definition at line 261 of file AccelTable.h.
Referenced by offset().
uint32_t llvm::OffsetAndUnitID::UnitID = 0 |
Definition at line 262 of file AccelTable.h.
Referenced by unitID().