Enum cranelift_codegen::machinst::abi_impl::CallDest [−][src]
pub enum CallDest {
ExtName(ExternalName, RelocDistance),
Reg(Reg),
}Expand description
Destination for a call.
Variants
ExtName(ExternalName, RelocDistance)Call to an ExtName (named function symbol).
Reg(Reg)Indirect call to a function pointer in a register.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CallDestimpl UnwindSafe for CallDestBlanket Implementations
Mutably borrows from an owned value. Read more