LLVM: llvm::OffsetAndUnitID Struct Reference (original) (raw)

Helper class to identify an entry in DWARF5AccelTable based on their DIE offset and UnitID. More...

#include "[llvm/CodeGen/AccelTable.h](AccelTable%5F8h%5Fsource.html)"

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

Helper class to identify an entry in DWARF5AccelTable based on their DIE offset and UnitID.

Definition at line 261 of file AccelTable.h.

llvm::OffsetAndUnitID::OffsetAndUnitID ( ) delete

OffsetAndUnitID() [2/2]

isTU()

bool llvm::OffsetAndUnitID::isTU ( ) const inline

offset()

uint64_t llvm::OffsetAndUnitID::offset ( ) const inline

unitID()

uint32_t llvm::OffsetAndUnitID::unitID ( ) const inline

IsTU

bool llvm::OffsetAndUnitID::IsTU = false

Offset

uint64_t llvm::OffsetAndUnitID::Offset = 0

UnitID

uint32_t llvm::OffsetAndUnitID::UnitID = 0


The documentation for this struct was generated from the following file: