OpenASIP
2.0
|
Public Attributes | |
UValue | startAddress |
Start address of the section. More... | |
std::vector< InternalElement > | elements |
Elements of the section. More... | |
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().