retdec
powerpc_conv.h
Go to the documentation of this file.
1 
7 #ifndef RETDEC_BIN2LLVMIR_PROVIDERS_CALL_CONV_POWERPC_POWERPC_CONV_H
8 #define RETDEC_BIN2LLVMIR_PROVIDERS_CALL_CONV_POWERPC_POWERPC_CONV_H
9 
11 
12 namespace retdec {
13 namespace bin2llvmir {
14 
16 {
17  // Ctors, dtors.
18  //
19  public:
20  PowerPCCallingConvention(const Abi* a);
21 
22  // Construcor method.
23  //
24  public:
25  static CallingConvention::Ptr create(const Abi* a);
26 
27 };
28 
29 }
30 }
31 
32 #endif
Calling convention information.
Definition: abi.h:27
Definition: calling_convention.h:22
std::unique_ptr< CallingConvention > Ptr
Definition: calling_convention.h:26
static CallingConvention::Ptr create(const Abi *a)
Definition: powerpc_conv.cpp:51
PowerPCCallingConvention(const Abi *a)
Definition: powerpc_conv.cpp:14
The frontend-end part of the decompiler.
Definition: archive_wrapper.h:19