retdec
x86_conv.h
Go to the documentation of this file.
1 
7 #ifndef RETDEC_BIN2LLVMIR_PROVIDERS_CALL_CONV_X86_X86_CONV_H
8 #define RETDEC_BIN2LLVMIR_PROVIDERS_CALL_CONV_X86_X86_CONV_H
9 
12 
13 namespace retdec {
14 namespace bin2llvmir {
15 
17 {
18  // Ctors.
19  public:
20  X86CallingConvention(const Abi* a);
21 
22  // Stacks.
23  //
24  public:
25  virtual std::size_t getMaxBytesPerStackParam() const override;
26 };
27 
28 }
29 }
30 
31 #endif
ABI information.
Calling convention information.
Definition: abi.h:27
Definition: calling_convention.h:22
X86CallingConvention(const Abi *a)
Definition: x86_conv.cpp:14
virtual std::size_t getMaxBytesPerStackParam() const override
Definition: x86_conv.cpp:20
The frontend-end part of the decompiler.
Definition: archive_wrapper.h:19