Go to the documentation of this file.
15#ifndef LIEF_ASM_ARM_INST_H
16#define LIEF_ASM_ARM_INST_H
30 using assembly::Instruction::Instruction;
34 static bool classof(
const assembly::Instruction* inst);
This class represents an ARM/Thumb instruction.
Definition arm/Instruction.hpp:28
~Instruction() override=default
OPCODE opcode() const
The instruction opcode as defined in LLVM.
static bool classof(const assembly::Instruction *inst)
True if inst is an effective instance of arm::Instruction.
ARM architecture-related namespace.
Definition arm/Instruction.hpp:25
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