Go to the documentation of this file.
15#ifndef LIEF_ASM_X86_OPERAND_REG_H
16#define LIEF_ASM_X86_OPERAND_REG_H
39 using Operand::Operand;
This class represents a register operand.
Definition x86/operands/Register.hpp:37
~Register() override=default
static bool classof(const Operand *op)
REG value() const
The effective REG wrapped by this operand.
Namespace that wraps the different x86/x86-64 operands.
Definition x86/operands/Immediate.hpp:23
x86/x86-64 architecture-related namespace
Definition x86/Instruction.hpp:27
Namespace related to assembly/disassembly support.
Definition Abstract/Binary.hpp:43
LIEF namespace.
Definition Abstract/Binary.hpp:36
#define LIEF_API
Definition visibility.h:41