enum

LLVM::CallConvention

Inherits Enum / Comparable / Value / Object

Constants

C = 0
Fast = 8
Cold = 9
WebKit_JS = 12
AnyReg = 13
X86_StdCall = 64
X86_FastCall = 65

Instance methods

any_reg?

Returns true if this enum value equals AnyReg

Source
c?

Returns true if this enum value equals C

Source
cold?

Returns true if this enum value equals Cold

Source
fast?

Returns true if this enum value equals Fast

Source
web_kit_js?

Returns true if this enum value equals WebKit_JS

Source
x86_fast_call?

Returns true if this enum value equals X86_FastCall

Source
x86_std_call?

Returns true if this enum value equals X86_StdCall

Source