Lines Matching full:convention
25 /// @brief LLVM Calling Convention Representation
27 /// C - The default llvm calling convention, compatible with C. This
28 /// convention is the only calling convention that supports varargs calls.
37 /// Fast - This calling convention attempts to make calls as fast as
41 // Cold - This calling convention attempts to make code in the caller as
47 // GHC - Calling convention used by the Glasgow Haskell Compiler (GHC).
50 // HiPE - Calling convention used by the High-Performance Erlang Compiler
59 /// Win32 API. It is basically the same as the C convention with the
69 /// ARM_APCS - ARM Procedure Calling Standard calling convention (obsolete,
74 /// convention (aka EABI). Soft float variant.
80 /// MSP430_INTR - Calling convention used for MSP430 interrupt routines.
96 /// SPIR_FUNC - Calling convention for SPIR non-kernel device functions.
106 /// SPIR_KERNEL - Calling convention for SPIR kernel functions.
117 /// \brief The C convention as specified in the x86-64 supplement to the
121 /// \brief The C convention as implemented on Windows/x86-64. This
122 /// convention differs from the more common \c X86_64_SysV convention