W3cubDocs

/Crystal

struct LLVM::FunctionCollection

Defined in:

llvm/function_collection.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(mod : Module)Source

Instance Method Detail

def [](name)Source

def []?(name)Source

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

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

def each(&) : NilSource

© 2012–2020 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/0.35.1/LLVM/FunctionCollection.html