Data for a string pool entry.
Declared in <llvm/CodeGen/DwarfStringPoolEntry.h>
struct DwarfStringPoolEntry;
| Name | Description |
|---|---|
isIndexed | Returns true if this entry has a valid string pool index. |
| 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. |
| Name | Description |
|---|---|
NotIndexed | Sentinel Index value meaning the string is not indexed in the string pool. |
| Name | Description |
|---|---|
DwarfStringPoolEntryWithExtString | DwarfStringPoolEntry with string keeping externally. |