retdec
x64_systemv.h
Go to the documentation of this file.
1 
7 #ifndef RETDEC_BIN2LLVMIR_PROVIDERS_CALL_CONV_X64_X64_SYSV_H
8 #define RETDEC_BIN2LLVMIR_PROVIDERS_CALL_CONV_X64_X64_SYSV_H
9 
11 
12 namespace retdec {
13 namespace bin2llvmir {
14 
16 {
17  // Ctors, dtors.
18  //
19  public:
21 };
22 
23 }
24 }
25 
26 #endif
Calling convention information.
Definition: abi.h:27
Definition: calling_convention.h:22
SystemVX64CallingConvention(const Abi *a)
Definition: x64_systemv.cpp:13
The frontend-end part of the decompiler.
Definition: archive_wrapper.h:19