Enum cranelift_codegen::ir::entities::AnyEntity [−][src]
pub enum AnyEntity { }
An opaque reference to any of the entities defined in this module that can appear in CLIF IR.
Variants
The whole function.
Block(Block)
a basic block.
Inst(Inst)
An instruction.
Value(Value)
An SSA value.
StackSlot(StackSlot)
A stack slot.
GlobalValue(GlobalValue)
A Global value.
JumpTable(JumpTable)
A jump table.
Constant(Constant)
A constant.
FuncRef(FuncRef)
An external function.
SigRef(SigRef)
A function call signature.
Heap(Heap)
A heap.
Table(Table)
A table.
A function’s stack limit
Trait Implementations
impl From<GlobalValue> for AnyEntity
[src]
impl From<GlobalValue> for AnyEntity
[src]fn from(r: GlobalValue) -> Self
[src]
impl PartialOrd<AnyEntity> for AnyEntity
[src]
impl PartialOrd<AnyEntity> for AnyEntity
[src]impl Copy for AnyEntity
[src]
impl Eq for AnyEntity
[src]
impl StructuralEq for AnyEntity
[src]
impl StructuralPartialEq for AnyEntity
[src]
Auto Trait Implementations
impl RefUnwindSafe for AnyEntity
impl Send for AnyEntity
impl Sync for AnyEntity
impl Unpin for AnyEntity
impl UnwindSafe for AnyEntity
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]