OpenASIP  2.0
Public Attributes | List of all members
LabelManager::InternalLabel Struct Reference
Collaboration diagram for LabelManager::InternalLabel:
Collaboration graph

Public Attributes

TPEF::ASpaceElementaSpace
 Address space of the label.
More...
 
UValue value
 Address where label is located. More...
 
std::string name
 Name of the label. More...
 

Detailed Description

Internal representation of label.

Definition at line 108 of file LabelManager.hh.

Member Data Documentation

◆ aSpace

TPEF::ASpaceElement* LabelManager::InternalLabel::aSpace

Address space of the label.

Definition at line 110 of file LabelManager.hh.

Referenced by LabelManager::addLabel(), and LabelManager::findSectionByAddress().

◆ name

std::string LabelManager::InternalLabel::name

Name of the label.

Definition at line 114 of file LabelManager.hh.

Referenced by LabelManager::addLabel(), and LabelManager::finalize().

◆ value

UValue LabelManager::InternalLabel::value

Address where label is located.

Definition at line 112 of file LabelManager.hh.

Referenced by LabelManager::addLabel(), LabelManager::createSymbolWithReference(), and LabelManager::findSectionByAddress().


The documentation for this struct was generated from the following file: