enum class CallingConvention
Description
These values correspond to the CV_call_e enumeration, and are documented at the following locations: https://msdn.microsoft.com/en-us/library/b2fc64ek.aspx https://msdn.microsoft.com/en-us/library/windows/desktop/ms680207(v=vs.85).aspx
Declared at: llvm/include/llvm/DebugInfo/CodeView/CodeView.h:173
Enumerators
Name | Value | Comment |
---|---|---|
NearC | 0 | |
FarC | 1 | |
NearPascal | 2 | |
FarPascal | 3 | |
NearFast | 4 | |
FarFast | 5 | |
NearStdCall | 7 | |
FarStdCall | 8 | |
NearSysCall | 9 | |
FarSysCall | 10 | |
ThisCall | 11 | |
MipsCall | 12 | |
Generic | 13 | |
AlphaCall | 14 | |
PpcCall | 15 | |
SHCall | 16 | |
ArmCall | 17 | |
AM33Call | 18 | |
TriCall | 19 | |
SH5Call | 20 | |
M32RCall | 21 | |
ClrCall | 22 | |
Inline | 23 | |
NearVector | 24 |