Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

VM::AssemblerFile::GlobalVarEntry Struct Reference

Represents a global variable entry. (variable, "provide"). More...

#include <asmfile.h>

Collaboration diagram for VM::AssemblerFile::GlobalVarEntry:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 GlobalVarEntry ()
 ~GlobalVarEntry ()

Public Attributes

VarType vtype
 Type of the variable.

Offset off
 Offset of the variable in global storage.


Detailed Description

Represents a global variable entry. (variable, "provide").

Definition at line 75 of file asmfile.h.


Constructor & Destructor Documentation

VM::AssemblerFile::GlobalVarEntry::GlobalVarEntry  )  [inline]
 

Definition at line 86 of file asmfile.h.

VM::AssemblerFile::GlobalVarEntry::~GlobalVarEntry  )  [inline]
 

Definition at line 87 of file asmfile.h.


Member Data Documentation

Offset VM::AssemblerFile::GlobalVarEntry::off
 

Offset of the variable in global storage.

Definition at line 78 of file asmfile.h.

Referenced by VM::VMLinker::_LinkGlobalStorage().

NamespaceInfo::SymbolEntryE* VM::AssemblerFile::GlobalVarEntry::se
 

Symbol entry (looked-up SymRef).

Definition at line 83 of file asmfile.h.

Referenced by VM::VMLinker::_LinkGlobalStorage().

SymRef VM::AssemblerFile::GlobalVarEntry::symref
 

Symbol reference num (this file). [map to name].

Definition at line 81 of file asmfile.h.

VarType VM::AssemblerFile::GlobalVarEntry::vtype
 

Type of the variable.

Definition at line 77 of file asmfile.h.


The documentation for this struct was generated from the following file:
Generated on Sat Feb 19 22:36:07 2005 for Ray by doxygen 1.3.5