OpenASIP
2.0
|
#include <AssemblerParser.hh>
Public Member Functions | |
SetStartAddressActor (DataSectionCreator &creator, UValue &startAddress) | |
SetStartAddressActor. More... | |
void | operator() (const char *, const char *) const |
Private Attributes | |
DataSectionCreator & | creator_ |
UValue & | startAddress_ |
Actor for setting next start address.
Definition at line 238 of file AssemblerParser.hh.
SetStartAddressActor::SetStartAddressActor | ( | DataSectionCreator & | creator, |
UValue & | startAddress | ||
) |
Sets start address for next data area definition.
creator | Creator that is used for data section generation. |
startAddress | Address for next data area definition. |
Definition at line 125 of file AssemblerParser.cc.
void SetStartAddressActor::operator() | ( | const char * | , |
const char * | |||
) | const |
Definition at line 131 of file AssemblerParser.cc.
References creator_, DataSectionCreator::setAreaStartAddress(), and startAddress_.
|
private |
Definition at line 246 of file AssemblerParser.hh.
Referenced by operator()().
|
private |
Definition at line 247 of file AssemblerParser.hh.
Referenced by operator()().