Go to the documentation of this file.
15#ifndef LIEF_ASM_AARCH64_OPERAND_PCREL_H
16#define LIEF_ASM_AARCH64_OPERAND_PCREL_H
34 using Operand::Operand;
35 int64_t
value()
const;
This class represents a PC-relative operand.
Definition aarch64/operands/PCRelative.hpp:32
static bool classof(const Operand *op)
int64_t value() const
The effective value that is relative to the current pc register.
~PCRelative() override=default
Namespace that wraps the different aarch64 operands.
Definition aarch64/operands/Immediate.hpp:23
AArch64 architecture-related namespace.
Definition aarch64/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