struct LLVM::FunctionCollection

Superclass hierarchy

Object
Value
Struct
LLVM::FunctionCollection

Defined in:

Class Method Summary

Instance Method Summary

Class Method Detail

def self.new(mod)

Instance Method Detail

def [](name)

def []?(name)

def add(name, arg_types : Array(LLVM::Type), ret_type, varargs = false, &block)

def add(name, arg_types : Array(LLVM::Type), ret_type, varargs = false)

def each(&block)