|
OpenASIP 2.2
|
#include <AssemblerParser.hh>

Public Member Functions | |
| NewCodeSectionActor (CodeSectionCreator &creator, UValue &startAddress) | |
| NewCodeSectionActor. | |
| void | operator() (const char *, const char *) const |
Private Attributes | |
| CodeSectionCreator & | creator_ |
| UValue & | startAddress_ |
Actor for adding new code section.
Definition at line 208 of file AssemblerParser.hh.
| NewCodeSectionActor::NewCodeSectionActor | ( | CodeSectionCreator & | creator, |
| UValue & | startAddress | ||
| ) |
Starts new code section starting from defined address.
| creator | Creator that is used for code section generating. |
| startAddress | Start address of code. |
Definition at line 83 of file AssemblerParser.cc.
| void NewCodeSectionActor::operator() | ( | const char * | , |
| const char * | |||
| ) | const |
Definition at line 90 of file AssemblerParser.cc.
References creator_, CodeSectionCreator::newSection(), and startAddress_.

|
private |
Definition at line 216 of file AssemblerParser.hh.
Referenced by operator()().
|
private |
Definition at line 217 of file AssemblerParser.hh.
Referenced by operator()().