|
Wire Sysio Wire Sysion 1.0.0
|
#include <Module.h>

Public Member Functions | |
| Module () | |
Public Attributes | |
| std::vector< const FunctionType * > | types |
| IndexSpace< FunctionDef, IndexedFunctionType > | functions |
| IndexSpace< TableDef, TableType > | tables |
| IndexSpace< MemoryDef, MemoryType > | memories |
| IndexSpace< GlobalDef, GlobalType > | globals |
| std::vector< Export > | exports |
| std::vector< DataSegment > | dataSegments |
| std::vector< TableSegment > | tableSegments |
| std::vector< UserSection > | userSections |
| Uptr | startFunctionIndex |
| std::vector<DataSegment> IR::Module::dataSegments |
| IndexSpace<FunctionDef,IndexedFunctionType> IR::Module::functions |
| IndexSpace<GlobalDef,GlobalType> IR::Module::globals |
| IndexSpace<MemoryDef,MemoryType> IR::Module::memories |
| IndexSpace<TableDef,TableType> IR::Module::tables |
| std::vector<TableSegment> IR::Module::tableSegments |
| std::vector<const FunctionType*> IR::Module::types |
| std::vector<UserSection> IR::Module::userSections |