Llvm.CallConvSourceThe following calling convention values may be accessed with function_call_conv and set_function_call_conv. Calling conventions are open-ended.
c is the C calling convention.
c is the C calling convention.
fast is the calling convention to allow LLVM maximum optimization opportunities. Use only with internal linkage.
fast is the calling convention to allow LLVM maximum optimization opportunities. Use only with internal linkage.
cold is the calling convention for callee-save.
cold is the calling convention for callee-save.
x86_stdcall is the familiar stdcall calling convention from C.
x86_stdcall is the familiar stdcall calling convention from C.
x86_fastcall is the familiar fastcall calling convention from C.