cranelift_codegen::ir

Module stackslot

Source
Expand description

Stack slots.

The StackSlotData struct keeps track of a single stack slot in a function.

Structs§

DynamicStackSlotData
Contents of a dynamic stack slot.
StackSlotData
Contents of a stack slot.

Enums§

StackSlotKind
The kind of a stack slot.

Type Aliases§

DynamicStackSlots
All allocated dynamic stack slots.
StackSize
The size of an object on the stack, or the size of a stack frame.
StackSlots
All allocated stack slots.