StackSlot

Undocumented in source.

Members

Functions

addUser
void addUser()
Undocumented in source. Be warned that the author may not have intended to support it.
isParameter
bool isParameter()
Undocumented in source. Be warned that the author may not have intended to support it.
isRegSaveSlot
bool isRegSaveSlot()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

baseReg
IrIndex baseReg;

Base register (stack or frame pointer)

displacement
int displacement;

Signed offset from base register

kind
StackSlotKind kind;
Undocumented in source.
numUses
ushort numUses;
Undocumented in source.
sizealign
SizeAndAlignment sizealign;
Undocumented in source.
type
IrIndex type;

Must be a pointer type

Meta