cranelift_codegen::ir::stackslot

Type Alias StackSlots

Source
pub type StackSlots = PrimaryMap<StackSlot, StackSlotData>;
Expand description

All allocated stack slots.

Aliased Typeยง

struct StackSlots { /* private fields */ }