gem5
|
#include <hsail_code.hh>
Public Member Functions | |
StorageElement (const char *_name, uint64_t _offset, int _size, const Brig::BrigDirectiveVariable *sym) | |
Public Attributes | |
std::string | name |
uint64_t | offset |
uint64_t | size |
const Brig::BrigDirectiveVariable * | brigSymbol |
Definition at line 223 of file hsail_code.hh.
|
inline |
Definition at line 231 of file hsail_code.hh.
const Brig::BrigDirectiveVariable* StorageElement::brigSymbol |
Definition at line 230 of file hsail_code.hh.
std::string StorageElement::name |
Definition at line 226 of file hsail_code.hh.
uint64_t StorageElement::offset |
Definition at line 227 of file hsail_code.hh.
Referenced by BrigObject::processDirectives().
uint64_t StorageElement::size |
Definition at line 229 of file hsail_code.hh.
Referenced by BrigObject::processDirectives().