OpenASIP
2.0
|
#include <ParserStructs.hh>
Public Member Functions | |
std::string | toString () const |
Public Attributes | |
UValue | width |
Number of MAUs initialized by this data line. More... | |
std::string | dataSpace |
Address space whose MAUs are initialized. More... | |
std::vector< InitDataField > | initData |
Init data fields of data line. Uninitilized data line, if empty. More... | |
std::vector< std::string > | labels |
Labels of this data line. More... | |
UValue | asmLineNumber |
Line number where in source code this DA line is found. More... | |
Parsed data area definition.
Definition at line 477 of file ParserStructs.hh.
|
inline |
String representation of term for error message generation.
Definition at line 495 of file ParserStructs.hh.
UValue DataLine::asmLineNumber |
Line number where in source code this DA line is found.
Definition at line 490 of file ParserStructs.hh.
Referenced by DataSectionCreator::addDataLine(), DataSectionCreator::resolveDataAreaSizesAndLabelAddresses(), and DataSectionCreator::writeDataLineToTPEF().
std::string DataLine::dataSpace |
Address space whose MAUs are initialized.
Definition at line 482 of file ParserStructs.hh.
Referenced by DataSectionCreator::addDataLine(), and toString().
std::vector<InitDataField> DataLine::initData |
Init data fields of data line. Uninitilized data line, if empty.
Definition at line 485 of file ParserStructs.hh.
Referenced by DataSectionCreator::addDataLine(), toString(), and DataSectionCreator::writeDataLineToTPEF().
std::vector<std::string> DataLine::labels |
Labels of this data line.
Definition at line 487 of file ParserStructs.hh.
Referenced by DataSectionCreator::addDataLine(), DataSectionCreator::resolveDataAreaSizesAndLabelAddresses(), and toString().
UValue DataLine::width |
Number of MAUs initialized by this data line.
Definition at line 480 of file ParserStructs.hh.
Referenced by DataSectionCreator::addDataLine(), DataSectionCreator::resolveDataAreaSizesAndLabelAddresses(), toString(), and DataSectionCreator::writeDataLineToTPEF().