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:178

Enumerators

NameValueComment
NearC0
FarC1
NearPascal2
FarPascal3
NearFast4
FarFast5
NearStdCall7
FarStdCall8
NearSysCall9
FarSysCall10
ThisCall11
MipsCall12
Generic13
AlphaCall14
PpcCall15
SHCall16
ArmCall17
AM33Call18
TriCall19
SH5Call20
M32RCall21
ClrCall22
Inline23
NearVector24