Struct cranelift_codegen::machinst::buffer::MachLabel [−][src]
pub struct MachLabel(_);
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
impl MachLabel
[src]
impl MachLabel
[src]impl MachLabel
[src]
impl MachLabel
[src]pub fn from_block(bindex: BlockIndex) -> MachLabel
[src]
Get a label for a block. (The first N MachLabels are always reseved for the N blocks in the vcode.)
pub fn get(self) -> u32
[src]
Get the numeric label index.
pub fn to_string(&self) -> String
[src]
Creates a string representing this label, for convenience.
Trait Implementations
impl PartialOrd<MachLabel> for MachLabel
[src]
impl PartialOrd<MachLabel> for MachLabel
[src]impl ReservedValue for MachLabel
[src]
impl ReservedValue for MachLabel
[src]fn reserved_value() -> MachLabel
[src]
fn is_reserved_value(&self) -> bool
[src]
impl Copy for MachLabel
[src]
impl Eq for MachLabel
[src]
impl StructuralEq for MachLabel
[src]
impl StructuralPartialEq for MachLabel
[src]
Auto Trait Implementations
impl RefUnwindSafe for MachLabel
impl Send for MachLabel
impl Sync for MachLabel
impl Unpin for MachLabel
impl UnwindSafe for MachLabel
Blanket Implementations
impl<T> CallHasher for T where
T: Hash,
[src]
impl<T> CallHasher for T where
T: Hash,
[src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> SparseMapValue<T> for T where
T: EntityRef,
[src]
impl<T> SparseMapValue<T> for T where
T: EntityRef,
[src]