ARM¶
Instruction¶
- class Instruction : public LIEF::assembly::Instruction¶
This class represents an ARM/Thumb instruction.
Public Functions
- OPCODE opcode() const¶
The instruction opcode as defined in LLVM.
- virtual ~Instruction() override = default¶
Public Static Functions
- static bool classof(const assembly::Instruction *inst)¶
True if
instis an effective instance of arm::Instruction.
- OPCODE opcode() const¶
Opcodes¶
See LIEF::assembly::arm::OPCODE in include/asm/arm/opcodes.hpp