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)
- #alignment=(bytes)
- #call_convention
- #call_convention=(call_convention)
- #constant?
- #dump
- #global_constant=(global_constant)
- #global_constant?
- #initializer
- #initializer=(initializer)
- #inspect(io)
- #kind
- #linkage
- #linkage=(linkage)
- #name
- #name=(name)
- #ordering=(ordering)
- #thread_local=(thread_local)
- #thread_local?
- #to_unsafe
- #to_value
- #type
- #volatile=(volatile)