|
gem5
v19.0.0.0
|
#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.
Referenced by define(), and LabelMap::refLabel().
|
inline |
Definition at line 189 of file hsail_code.hh.
References checkName(), and defined().
Referenced by LabelMap::addLabel().
|
inline |
Definition at line 176 of file hsail_code.hh.
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 StorageSpace::StorageSpace().
| int Label::value |
Definition at line 170 of file hsail_code.hh.
Referenced by get().