LLVM::ABI::ArgType
DEPRECATED This API is now internal to the compiler and no longer updated publicly.
Constructors
ignore(type) : self
Sourceindirect(type, attr) : self
Sourcenew(kind : LLVM::ABI::ArgKind, type : LLVM::Type, cast : LLVM::Type | Nil = nil, pad : Nil = nil, attr : LLVM::Attribute | Nil = nil)
DEPRECATED This API is now internal to the compiler and no longer updated publicly.
Class methods
direct(type, cast = nil, pad = nil, attr = nil)
SourceInstance methods
attr
Sourcecast
Sourcekind
Sourcepad
Sourcetype
Source