llvm::codeview::RegRelativeSym

Register-relative local variable symbol (S_REGREL32).

Synopsis

Declared in <llvm/DebugInfo/CodeView/SymbolRecord.h>

class RegRelativeSym
    : public SymbolRecord

Base Classes

NameDescription
SymbolRecordBase class for decoded CodeView symbol records.

Member Functions

NameDescription
RegRelativeSym [constructor]Constructors
getKind Return the kind of this symbol record.

Data Members

NameDescription
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.