Register-relative local variable symbol (S_REGREL32).
Declared in <llvm/DebugInfo/CodeView/SymbolRecord.h>
class RegRelativeSym
: public SymbolRecord
| Name | Description |
|---|---|
SymbolRecord | Base class for decoded CodeView symbol records. |
| Name | Description |
|---|---|
RegRelativeSym [constructor] | Constructors |
getKind | Return the kind of this symbol record. |
| Name | Description |
|---|---|
Kind | Kind of this CodeView symbol record. |
Name | Name of the variable. |
Offset | Offset from Register to the variable. |
RecordOffset | Byte offset of this record in the symbol stream. |
Register | Base register for the relative location. |
Type | Type index of the variable. |