Click or drag to resize
Llvm.NET LogoCallingConvention Enumeration

[This is preliminary documentation and is subject to change.]

Calling Convention for functions

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public enum CallingConvention
Members
  Member nameValueDescription
C0
FastCall8
ColdCall9
GlasgowHaskellCompiler10
HiPE11
WebKitJS12
AnyReg13
PreserveMost14
PreserveSwift16
CxxFastTls17
FirstTargetSPecific64
X86StdCall64
X86FastCall65
ArmAPCS66
ArmAAPCS67
ArmAAPCSVfp68
MPS430Interrupt69
X86ThisCall70
PtxKernel71
PtxDevice72
SpirFunction75
SpirKernel76
IntelOpenCLBuiltIn77
X86x64SysV78
X86x64Win6479
X86VectorCall80
HHVM81
HHVMCCall82
X86Interrupt83
MaxCallingConvention1023
See Also