Data for a string pool entry.

Synopsis

Declared in <llvm/CodeGen/DwarfStringPoolEntry.h>

struct DwarfStringPoolEntry;

Member Functions

Name

Description

isIndexed

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

Data Members

Name

Description

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

Name

Description

NotIndexed

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

Derived Classes

Name

Description

DwarfStringPoolEntryWithExtString

DwarfStringPoolEntry with string keeping externally.

Created with MrDocs