|
gem5
|
#include <hsail_code.hh>
Public Member Functions | |
| Label () | |
| bool | defined () |
| void | checkName (std::string &_name) |
| void | define (std::string &_name, int _value) |
| int | get () |
Public Attributes | |
| std::string | name |
| int | value |
Definition at line 166 of file hsail_code.hh.
|
inline |
Definition at line 172 of file hsail_code.hh.
|
inline |
Definition at line 179 of file hsail_code.hh.
References name.
Referenced by define(), and LabelMap::refLabel().
|
inline |
Definition at line 189 of file hsail_code.hh.
References checkName(), defined(), and value.
Referenced by LabelMap::addLabel().
|
inline |
Definition at line 176 of file hsail_code.hh.
References value.
Referenced by LabelMap::addLabel(), define(), and get().
|
inline |
Definition at line 198 of file hsail_code.hh.
| std::string Label::name |
Definition at line 169 of file hsail_code.hh.
Referenced by checkName().
| int Label::value |
Definition at line 170 of file hsail_code.hh.