LLVM
15.0.0git
|
Data for a string pool entry. More...
#include "llvm/CodeGen/DwarfStringPoolEntry.h"
Public Member Functions | |
bool | isIndexed () const |
Public Attributes | |
MCSymbol * | Symbol |
uint64_t | Offset |
unsigned | Index |
Static Public Attributes | |
static constexpr unsigned | NotIndexed = -1 |
Data for a string pool entry.
Definition at line 20 of file DwarfStringPoolEntry.h.
|
inline |
Definition at line 27 of file DwarfStringPoolEntry.h.
References NotIndexed.
unsigned llvm::DwarfStringPoolEntry::Index |
Definition at line 25 of file DwarfStringPoolEntry.h.
|
staticconstexpr |
Definition at line 21 of file DwarfStringPoolEntry.h.
Referenced by isIndexed().
uint64_t llvm::DwarfStringPoolEntry::Offset |
Definition at line 24 of file DwarfStringPoolEntry.h.
MCSymbol* llvm::DwarfStringPoolEntry::Symbol |
Definition at line 23 of file DwarfStringPoolEntry.h.