|
hoshi-lang dev
Yet another programming language
|
#include <IR.h>
Public Member Functions | |
| IRCodeBlock ()=default | |
| void | insert (const IR &ir) |
| yoi::wstr | to_string (yoi::indexT indent=0) |
| yoi::vec< IR > & | getIRArray () |
Private Attributes | |
| yoi::vec< IR > | codeBlock |
|
default |
Definition at line 518 of file IR.cpp.
References IRCodeBlock::codeBlock.
Referenced by LLVMCodegen::generateCodeBlock(), IRBuilder::getCurrentInsertionPoint(), and IRBuilder::insert().

| void insert | ( | const IR & | ir | ) |
Definition at line 506 of file IR.cpp.
Referenced by visitor::visit().

| yoi::wstr to_string | ( | yoi::indexT | indent = 0 | ) |
Definition at line 510 of file IR.cpp.
References IRCodeBlock::codeBlock.
Definition at line 410 of file IR.h.
Referenced by IRCodeBlock::getIRArray(), IRCodeBlock::to_string(), and IRBuilder::yield().