enum

LLVM::ABI::ArgKind

Inherits Enum / Comparable / Value / Object

DEPRECATED This API is now internal to the compiler and no longer updated publicly.

Constants

Direct = 0
Indirect = 1
Ignore = 2

Instance methods

direct?

Returns true if this enum value equals Direct

Source
ignore?

Returns true if this enum value equals Ignore

Source
indirect?

Returns true if this enum value equals Indirect

Source