W3cubDocs

/Crystal

enum LLVM::Attribute

Defined in:

llvm/enums.cr

Enum Members

Alignment = 1_u64
AllocSize = 2_u64
AlwaysInline = 4_u64
ArgMemOnly = 8_u64
Builtin = 16_u64
ByVal = 32_u64
Cold = 64_u64
Convergent = 128_u64
Dereferenceable = 256_u64
DereferenceableOrNull = 512_u64
InAlloca = 1024_u64
InReg = 2048_u64
InaccessibleMemOnly = 4096_u64
InaccessibleMemOrArgMemOnly = 8192_u64
InlineHint = 16384_u64
JumpTable = 32768_u64
MinSize = 65536_u64
Naked = 131072_u64
Nest = 262144_u64
NoAlias = 524288_u64
NoBuiltin = 1048576_u64
NoCapture = 2097152_u64
NoDuplicate = 4194304_u64
NoFree = 8388608_u64
NoImplicitFloat = 16777216_u64
NoInline = 33554432_u64
NoRecurse = 67108864_u64
NoRedZone = 134217728_u64
NoReturn = 268435456_u64
NoSync = 536870912_u64
NoUnwind = 1073741824_u64
NonLazyBind = 2147483648_u64
NonNull = 4294967296_u64
OptimizeForSize = 8589934592_u64
OptimizeNone = 17179869184_u64
ReadNone = 34359738368_u64
ReadOnly = 68719476736_u64
Returned = 137438953472_u64
ImmArg = 274877906944_u64
ReturnsTwice = 549755813888_u64
SExt = 1099511627776_u64
SafeStack = 2199023255552_u64
SanitizeAddress = 4398046511104_u64
SanitizeMemory = 8796093022208_u64
SanitizeThread = 17592186044416_u64
StackAlignment = 35184372088832_u64
StackProtect = 70368744177664_u64
StackProtectReq = 140737488355328_u64
StackProtectStrong = 281474976710656_u64
StructRet = 562949953421312_u64
SwiftError = 1125899906842624_u64
SwiftSelf = 2251799813685248_u64
UWTable = 4503599627370496_u64
WillReturn = 9007199254740992_u64
WriteOnly = 18014398509481984_u64
ZExt = 36028797018963968_u64

Class Method Summary

Instance Method Summary

Instance methods inherited from struct Enum

&(other : self) &, +(other : Int) +, -(other : Int) -, <=>(other : self) <=>, ==(other : self) ==, ^(other : self) ^, clone clone, each(&) each, hash(hasher) hash, includes?(other : self) includes?, to_f32 : Float32 to_f32, to_f32! : Float32 to_f32!, to_f64 : Float64 to_f64, to_f64! : Float64 to_f64!, to_i : Int32 to_i, to_i16 : Int16 to_i16, to_i16! : Int16 to_i16!, to_i32 : Int32 to_i32, to_i32! : Int32 to_i32!, to_i64 : Int64 to_i64, to_i64! : Int64 to_i64!, to_i8 : Int8 to_i8, to_i8! : Int8 to_i8!, to_json(json : JSON::Builder) to_json, to_s(io : IO) : Nil
to_s : String to_s
, to_u16 : UInt16 to_u16, to_u16! : UInt16 to_u16!, to_u32 : UInt32 to_u32, to_u32! : UInt32 to_u32!, to_u64 : UInt64 to_u64, to_u64! : UInt64 to_u64!, to_u8 : UInt8 to_u8, to_u8! : UInt8 to_u8!, to_yaml(yaml : YAML::Nodes::Builder) to_yaml, |(other : self) |, ~ ~

Constructor methods inherited from struct Enum

from_value(value : Int) : self from_value, from_value?(value : Int) : self? from_value?, new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(value : self)
new(pull : JSON::PullParser) new
, parse(string : String) : self parse, parse?(string : String) : self? parse?

Class methods inherited from struct Enum

each(&) each, names : Array(String) names, valid?(value : self) : Bool valid?, values : Array(self) values

Instance methods inherited from module Comparable(Enum)

<, <=(other : T) <=, <=>(other : T) <=>, ==(other : T) ==, >(other : T) >, >=(other : T) >=, clamp(min, max)
clamp(range : Range) clamp

Instance methods inherited from struct Value

==(other : JSON::Any)
==(other : YAML::Any)
==(other) ==
, dup dup

Instance methods inherited from class Object

! : Bool !, !=(other) !=, !~(other) !~, ==(other) ==, ===(other : JSON::Any)
===(other : YAML::Any)
===(other) ===
, =~(other) =~, as(type : Class) as, as?(type : Class) as?, class class, dup dup, hash(hasher)
hash hash
, in?(*values : Object) : Bool
in?(collection) : Bool in?
, inspect : String
inspect(io : IO) : Nil inspect
, is_a?(type : Class) : Bool is_a?, itself itself, nil? : Bool nil?, not_nil! not_nil!, pretty_inspect(width = 79, newline = "\n", indent = 0) : String pretty_inspect, pretty_print(pp : PrettyPrint) : Nil pretty_print, responds_to?(name : Symbol) : Bool responds_to?, tap(&) tap, to_json(io : IO)
to_json to_json
, to_pretty_json(io : IO, indent : String = " ")
to_pretty_json(indent : String = " ") to_pretty_json
, to_s : String
to_s(io : IO) : Nil to_s
, to_yaml(io : IO)
to_yaml to_yaml
, try(&) try, unsafe_as(type : T.class) forall T unsafe_as

Class methods inherited from class Object

from_json(string_or_io, root : String)
from_json(string_or_io) from_json
, from_yaml(string_or_io : String | IO) from_yaml

Class Method Detail

def self.from_kind(kind)Source

def self.kind_for(member)Source

Instance Method Detail

def alignment?Source

def alloc_size?Source

def always_inline?Source

def arg_mem_only?Source

def builtin?Source

def by_val?Source

def cold?Source

def convergent?Source

def dereferenceable?Source

def dereferenceable_or_null?Source

def each_kind(&)Source

def imm_arg?Source

def in_alloca?Source

def in_reg?Source

def inaccessible_mem_only?Source

def inaccessible_mem_or_arg_mem_only?Source

def inline_hint?Source

def jump_table?Source

def min_size?Source

def naked?Source

def nest?Source

def no_alias?Source

def no_builtin?Source

def no_capture?Source

def no_duplicate?Source

def no_free?Source

def no_implicit_float?Source

def no_inline?Source

def no_recurse?Source

def no_red_zone?Source

def no_return?Source

def no_sync?Source

def no_unwind?Source

def non_lazy_bind?Source

def non_null?Source

def none?Source

def optimize_for_size?Source

def optimize_none?Source

def read_none?Source

def read_only?Source

def returned?Source

def returns_twice?Source

def s_ext?Source

def safe_stack?Source

def sanitize_address?Source

def sanitize_memory?Source

def sanitize_thread?Source

def stack_alignment?Source

def stack_protect?Source

def stack_protect_req?Source

def stack_protect_strong?Source

def struct_ret?Source

def swift_error?Source

def swift_self?Source

def uw_table?Source

def will_return?Source

def write_only?Source

def z_ext?Source

© 2012–2020 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/0.35.1/LLVM/Attribute.html