Struct cranelift_codegen::machinst::buffer::MachLabel [−][src]
pub struct MachLabel(_);
Expand description
A label refers to some offset in a MachBuffer
. It may not be resolved at
the point at which it is used by emitted code; the buffer records “fixups”
for references to the label, and will come back and patch the code
appropriately when the label’s location is eventually known.
Implementations
Get a label for a block. (The first N MachLabels are always reseved for the N blocks in the vcode.)
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Create an instance of the reserved value.
Checks whether value is the reserved one.
Auto Trait Implementations
impl RefUnwindSafe for MachLabel
impl UnwindSafe for MachLabel
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.