- Target - Class in <Unnamed>
-
This class defines the target architecture used for code generation.
- TestAST - Class in <Unnamed>
-
This class provides a main method that can be used to
test the construction of an Abstract Syntax Tree (AST) and the
generation of LLVM code from that AST.
- toLLVM() - Method in class CallExpr
-
- toLLVM() - Method in class ConstExpr
-
Generate the LLVM code that should be executed to evaluate this expression.
- toLLVM() - Method in class Expr
-
Generate the LLVM code that should be executed to evaluate this expression.
- toLLVM() - Method in class ExprStmt
-
- toLLVM() - Method in class Procedure
-
Generate the LLVM code that defines this procedure.
- toLLVM() - Method in class ReturnStmt
-
- toLLVM() - Method in class SequenceStmt
-
- toLLVM() - Method in class Stmt
-
Generate the LLVM code that should be executed to execute this statement.
- TRIPLE - Static variable in class Target
-
The target triple to specify in the LLVM assembly language.