enum

LLVM::DwarfTypeEncoding

Inherits Enum / Comparable / Value / Object

Constants

Address = 1
Boolean = 2
ComplexFloat = 3
Float = 4
Signed = 5
SignedChar = 6
Unsigned = 7
UnsignedChar = 8
ImaginaryFloat = 9
PackedDecimal = 10
NumericString = 11
Edited = 12
SignedFixed = 13
UnsignedFixed = 14
DecimalFloat = 15
Utf = 16
LoUser = 128
HiUser = 255

Instance methods

address?

Returns true if this enum value equals Address

Source
boolean?

Returns true if this enum value equals Boolean

Source
complex_float?

Returns true if this enum value equals ComplexFloat

Source
decimal_float?

Returns true if this enum value equals DecimalFloat

Source
edited?

Returns true if this enum value equals Edited

Source
float?

Returns true if this enum value equals Float

Source
hi_user?

Returns true if this enum value equals HiUser

Source
imaginary_float?

Returns true if this enum value equals ImaginaryFloat

Source
lo_user?

Returns true if this enum value equals LoUser

Source
numeric_string?

Returns true if this enum value equals NumericString

Source
packed_decimal?

Returns true if this enum value equals PackedDecimal

Source
signed?

Returns true if this enum value equals Signed

Source
signed_char?

Returns true if this enum value equals SignedChar

Source
signed_fixed?

Returns true if this enum value equals SignedFixed

Source
unsigned?

Returns true if this enum value equals Unsigned

Source
unsigned_char?

Returns true if this enum value equals UnsignedChar

Source
unsigned_fixed?

Returns true if this enum value equals UnsignedFixed

Source
utf?

Returns true if this enum value equals Utf

Source