module LLVM::ValueMethods

Direct including types

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(unwrap : LibLLVM::ValueRef) #

Instance Method Detail

def add_instruction_attribute(index : Int, attribute : LLVM::Attribute, context : LLVM::Context) #

def alignment=(bytes) #

def call_convention #

def call_convention=(call_convention) #

def constant? #

def dump #

def global_constant=(global_constant) #

def global_constant? #

def initializer #

def initializer=(initializer) #

def inspect(io) #

def kind #

def linkage #

def linkage=(linkage) #

def name #

def name=(name) #

def ordering=(ordering) #

def thread_local=(thread_local) #

def thread_local? #

def to_unsafe #

def to_value #

def type #

def volatile=(volatile) #