[−][src]Struct cranelift_codegen_meta::shared::entities::EntityRefs
Fields
block: OperandKindA reference to a basic block in the same function. This is primarliy used in control flow instructions.
stack_slot: OperandKindA reference to a stack slot declared in the function preamble.
global_value: OperandKindA reference to a global value.
sig_ref: OperandKindA reference to a function signature declared in the function preamble. This is used to provide the call signature in a call_indirect instruction.
func_ref: OperandKindA reference to an external function declared in the function preamble. This is used to provide the callee and signature in a call instruction.
jump_table: OperandKindA reference to a jump table declared in the function preamble.
heap: OperandKindA reference to a heap declared in the function preamble.
table: OperandKindA reference to a table declared in the function preamble.
varargs: OperandKindA variable-sized list of value operands. Use for Block and function call arguments.
Methods
impl EntityRefs[src]
Auto Trait Implementations
impl !RefUnwindSafe for EntityRefs
impl !Send for EntityRefs
impl !Sync for EntityRefs
impl Unpin for EntityRefs
impl !UnwindSafe for EntityRefs
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,