|
LIEF: Library to Instrument Executable Formats Version 0.17.1
|
This class represents a register operand. More...
#include <Register.hpp>


Classes | |
| struct | reg_t |
Public Member Functions | |
| reg_t | value () const |
| The effective register as either: a REG or a SYSREG. | |
| ~Register () override=default | |
| Public Member Functions inherited from LIEF::assembly::aarch64::Operand | |
| std::string | to_string () const |
| Pretty representation of the operand. | |
| template<class T> | |
| const T * | as () const |
| This function can be used to down cast an Operand instance: | |
| virtual | ~Operand () |
Static Public Member Functions | |
| static bool | classof (const Operand *op) |
This class represents a register operand.
|
overridedefault |
|
static |
| reg_t LIEF::assembly::aarch64::operands::Register::value | ( | ) | const |