module LLVM

Defined in:

Constant Summary

Class Method Summary

Class Method Detail

def self.array(type, values : Array(LLVM::Value))

def self.const_inline_asm(type, asm_string, constraints, has_side_effects = false, is_align_stack = false)

def self.default_target_triple

def self.double(string : String)

def self.double(value : Float64)

def self.float(value : Float32)

def self.float(string : String)

def self.init_x86

def self.int(type, value)

def self.multithreaded?

def self.start_multithreaded

def self.stop_multithreaded

def self.string(string)

def self.struct(values : Array(LLVM::Value), packed = false)

def self.to_io(chars, io)