C# Class Kaleidoscope.Chapter4.PrototypeAST

ファイルを表示 Open project: aaronrandolph/LLVM.NET Class Usage Examples

Public Methods

Method Description
CodeGen ( IRBuilder builder ) : Function
PrototypeAST ( string name, IEnumerable args ) : System

Method Details

CodeGen() public method

public CodeGen ( IRBuilder builder ) : Function
builder LLVM.IRBuilder
return Function

PrototypeAST() public method

public PrototypeAST ( string name, IEnumerable args ) : System
name string
args IEnumerable
return System