retdec
arm64.h
Go to the documentation of this file.
1 
7 #ifndef RETDEC_CAPSTONE2LLVMIR_ARM64_ARM64_H
8 #define RETDEC_CAPSTONE2LLVMIR_ARM64_ARM64_H
9 
12 
13 namespace retdec {
14 namespace capstone2llvmir {
15 
20 {
21  public:
26  virtual uint32_t getParentRegister(uint32_t r) const = 0;
27 };
28 
29 } // namespace capstone2llvmir
30 } // namespace retdec
31 
32 #endif /* RETDEC_CAPSTONE2LLVMIR_ARM64_ARM64_H */
Additional (on top of Capstone) definitions for ARM64 translator.
Common public interface for translators converting bytes to LLVM IR.
virtual uint32_t getParentRegister(uint32_t r) const =0
Definition: archive_wrapper.h:19