Enum binaryninja::llil::Register
[−]Variants
ArchReg(R)
Temp(u32)
Trait Implementations
impl<'a, R: ArchReg, A: 'a + Architecture> Liftable<'a, A> for Register<R>where
R: Liftable<'a, A, Result = ValueExpr> + Into<Register<R>>,
impl<'a, R: ArchReg, A: 'a + Architecture> Liftable<'a, A> for Register<R>where
R: Liftable<'a, A, Result = ValueExpr> + Into<Register<R>>,
type Result = ValueExpr
fn lift(
il: &'a Function<A, Mutable, NonSSA<LiftedNonSSA>>,
reg: Self
) -> Expression<'a, A, Mutable, NonSSA<LiftedNonSSA>, Self::Result>
impl<'a, R: ArchReg, A: 'a + Architecture> LiftableWithSize<'a, A> for Register<R>where
R: LiftableWithSize<'a, A> + Into<Register<R>>,
impl<'a, R: ArchReg, A: 'a + Architecture> LiftableWithSize<'a, A> for Register<R>where
R: LiftableWithSize<'a, A> + Into<Register<R>>,
fn lift_with_size(
il: &'a Function<A, Mutable, NonSSA<LiftedNonSSA>>,
reg: Self,
size: usize
) -> Expression<'a, A, Mutable, NonSSA<LiftedNonSSA>, ValueExpr>
impl<R: Copy + ArchReg> Copy for Register<R>
Auto Trait Implementations
impl<R> RefUnwindSafe for Register<R>where
R: RefUnwindSafe,
impl<R> Send for Register<R>where
R: Send,
impl<R> Sync for Register<R>where
R: Sync,
impl<R> Unpin for Register<R>where
R: Unpin,
impl<R> UnwindSafe for Register<R>where
R: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more