MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / MachLabel

Class MachLabel

cranelift/codegen/src/machinst/buffer.rs:455–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453/// appropriately when the label's location is eventually known.
454#[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
455pub struct MachLabel(u32);
456entity_impl!(MachLabel);
457
458impl MachLabel {

Callers 3

buffer.rsFile · 0.85
from_blockMethod · 0.85
get_labelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected