llvm::DwarfStringPoolEntry

Data for a string pool entry.

Synopsis

Declared in <llvm/CodeGen/DwarfStringPoolEntry.h>

struct DwarfStringPoolEntry;

Member Functions

NameDescription
isIndexed Returns true if this entry has a valid string pool index.

Data Members

NameDescription
Index Index of this string in the string pool, or NotIndexed if unindexed.
Offset Byte offset of this string within the string pool.
Symbol Optional MCSymbol associated with this string pool entry.

Static Data Members

NameDescription
NotIndexed Sentinel Index value meaning the string is not indexed in the string pool.

Derived Classes

NameDescription
DwarfStringPoolEntryWithExtString DwarfStringPoolEntry with string keeping externally.