Type Definition cranelift_codegen::ir::stackslot::StackSlots [−][src]
pub type StackSlots = PrimaryMap<StackSlot, StackSlotData>;
Expand description
All allocated stack slots.
pub type StackSlots = PrimaryMap<StackSlot, StackSlotData>;
All allocated stack slots.