Type Definition cranelift_codegen::ir::stackslot::StackOffset
source · [−]pub type StackOffset = i32;
Expand description
A stack offset.
The location of a stack offset relative to a stack pointer or frame pointer.
pub type StackOffset = i32;
A stack offset.
The location of a stack offset relative to a stack pointer or frame pointer.