|
OpenASIP 2.2
|

Public Attributes | |
| UValue | startAddress |
| Start address of the section. | |
| std::vector< InternalElement > | elements |
| Elements of the section. | |
Internal representation of code section.
Definition at line 139 of file CodeSectionCreator.hh.
| std::vector<InternalElement> CodeSectionCreator::InternalSection::elements |
Elements of the section.
Definition at line 143 of file CodeSectionCreator.hh.
Referenced by CodeSectionCreator::addMove(), CodeSectionCreator::finalize(), and CodeSectionCreator::isDestinationAlreadyWritten().
| UValue CodeSectionCreator::InternalSection::startAddress |
Start address of the section.
Definition at line 141 of file CodeSectionCreator.hh.
Referenced by CodeSectionCreator::newSection().