module
   LLVM::ValueMethods
 
  Direct including types
Defined in:
llvm/value_methods.crConstructors
Instance Method Summary
- #add_instruction_attribute(index : Int, attribute : LLVM::Attribute, context : LLVM::Context, type : LLVM::Type | Nil = nil)
 - #alignment=(bytes)
 - #call_convention
 - #call_convention=(call_convention)
 - #const_int_get_sext_value
 - #const_int_get_zext_value
 - #constant?
 - #dll_storage_class=(storage_class)
 - #dump
 - #global_constant=(global_constant)
 - #global_constant?
 - #initializer
 - #initializer=(initializer)
 - #inspect(io : IO) : Nil
 - #kind
 - #linkage
 - #linkage=(linkage)
 - #name
 - #name=(name)
 - #ordering=(ordering)
 - #thread_local=(thread_local)
 - #thread_local?
 - #to_unsafe
 - #to_value
 - #type
 - #volatile=(volatile)
 
Constructor Detail
Instance Method Detail
        
        def add_instruction_attribute(index : Int, attribute : LLVM::Attribute, context : LLVM::Context, type : LLVM::Type | Nil = nil)
        #