|
LLVM 22.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 261 of file AccelTable.h.
|
delete |
Definition at line 266 of file AccelTable.h.
|
inline |
Definition at line 270 of file AccelTable.h.
References IsTU.
|
inline |
Definition at line 268 of file AccelTable.h.
References Offset.
Referenced by llvm::DenseMapInfo< OffsetAndUnitID >::getHashValue().
|
inline |
Definition at line 269 of file AccelTable.h.
References UnitID.
Referenced by llvm::DenseMapInfo< OffsetAndUnitID >::getHashValue().
| bool llvm::OffsetAndUnitID::IsTU = false |
Definition at line 264 of file AccelTable.h.
Referenced by llvm::DenseMapInfo< OffsetAndUnitID >::getHashValue(), isTU(), and OffsetAndUnitID().
| uint64_t llvm::OffsetAndUnitID::Offset = 0 |
Definition at line 262 of file AccelTable.h.
Referenced by offset(), and OffsetAndUnitID().
| uint32_t llvm::OffsetAndUnitID::UnitID = 0 |
Definition at line 263 of file AccelTable.h.
Referenced by OffsetAndUnitID(), and unitID().