Enum cranelift_codegen::ir::LabelValueLoc [−][src]
Expand description
The particular location for a value.
Variants
Reg(Reg)New-backend Reg.
Tuple Fields of Reg
0: RegSPOffset(i64)New-backend offset from stack pointer.
Tuple Fields of SPOffset
0: i64Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for LabelValueLoc
impl Send for LabelValueLoc
impl Sync for LabelValueLoc
impl Unpin for LabelValueLoc
impl UnwindSafe for LabelValueLoc
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.