struct

LLVM::FunctionCollection

Inherits Struct / Value / Object

Constructors

new(mod : Module)
Source

Instance methods

[](name)
Source
[]?(name)
Source
add(name, arg_types : Array(LLVM::Type), ret_type, varargs = false)
Source
add(name, arg_types : Array(LLVM::Type), ret_type, varargs = false, &)
Source
add(name, fun_type : LLVM::Type)
Source
add(name, fun_type : LLVM::Type, &)
Source
each
Source