#include <asmfile.h>
Collaboration diagram for VM::AssemblerFile::GlobalVarEntry:

Public Member Functions | |
| GlobalVarEntry () | |
| ~GlobalVarEntry () | |
Public Attributes | |
| VarType | vtype |
| Type of the variable. | |
| Offset | off |
| Offset of the variable in global storage. | |
Definition at line 75 of file asmfile.h.
|
|
|
|
|
|
|
|
Offset of the variable in global storage.
Definition at line 78 of file asmfile.h. Referenced by VM::VMLinker::_LinkGlobalStorage(). |
|
|
Symbol entry (looked-up SymRef).
Definition at line 83 of file asmfile.h. Referenced by VM::VMLinker::_LinkGlobalStorage(). |
|
|
Symbol reference num (this file). [map to name].
|
|
|
Type of the variable.
|
1.3.5