C# 클래스 Kaleidoscope.Chapter7.PrototypeAST

파일 보기 프로젝트 열기: aaronrandolph/LLVM.NET 1 사용 예제들

공개 메소드들

메소드 설명
CodeGen ( IRBuilder builder ) : Function
CreateArgAllocas ( Function function, IRBuilder builder ) : void
PrototypeAST ( string name, IEnumerable args, bool isOp, int precedence ) : System

메소드 상세

CodeGen() 공개 메소드

public CodeGen ( IRBuilder builder ) : Function
builder LLVM.IRBuilder
리턴 Function

CreateArgAllocas() 공개 메소드

public CreateArgAllocas ( Function function, IRBuilder builder ) : void
function Function
builder LLVM.IRBuilder
리턴 void

PrototypeAST() 공개 메소드

public PrototypeAST ( string name, IEnumerable args, bool isOp, int precedence ) : System
name string
args IEnumerable
isOp bool
precedence int
리턴 System