libmya 0.1.0
Library to parse Mya language.
Loading...
Searching...
No Matches
mir Struct Reference

Mya in-memory intermediate representation. More...

#include <mir.h>

Collaboration diagram for mir:

Data Fields

mir_bitfield_tbitfields
 List of bitfields.
 
mir_register_tregisters
 List of registers.
 
mir_inst_tinstructions
 List of instructions.
 
hashtable_t variables
 Hashtable of variables.
 
unsigned int bitfields_length
 The number of declared bitfields.
 
unsigned int registers_length
 The number of declared registers.
 
unsigned int instructions_length
 The number of declared instructions.
 
unsigned int _bitfields_size
 The size of the allocated memory for bitfields list.
 
unsigned int _registers_size
 The size of the allocated memory for registers list.
 
unsigned int _instructions_size
 The size of the allocated memory for instructions list.
 
hashtable_t _bitfields_index
 Bitfields indexes.
 
hashtable_t _registers_index
 Registers indexes.
 
hashtable_t _instructions_index
 Instructions indexes.
 

Detailed Description

Mya in-memory intermediate representation.

Definition at line 116 of file mir.h.

Field Documentation

◆ _bitfields_index

hashtable_t mir::_bitfields_index

Bitfields indexes.

Definition at line 130 of file mir.h.

◆ _bitfields_size

unsigned int mir::_bitfields_size

The size of the allocated memory for bitfields list.

Definition at line 126 of file mir.h.

◆ _instructions_index

hashtable_t mir::_instructions_index

Instructions indexes.

Definition at line 132 of file mir.h.

◆ _instructions_size

unsigned int mir::_instructions_size

The size of the allocated memory for instructions list.

Definition at line 128 of file mir.h.

◆ _registers_index

hashtable_t mir::_registers_index

Registers indexes.

Definition at line 131 of file mir.h.

◆ _registers_size

unsigned int mir::_registers_size

The size of the allocated memory for registers list.

Definition at line 127 of file mir.h.

◆ bitfields

mir_bitfield_t* mir::bitfields

List of bitfields.

Definition at line 118 of file mir.h.

◆ bitfields_length

unsigned int mir::bitfields_length

The number of declared bitfields.

Definition at line 123 of file mir.h.

◆ instructions

mir_inst_t* mir::instructions

List of instructions.

Definition at line 120 of file mir.h.

◆ instructions_length

unsigned int mir::instructions_length

The number of declared instructions.

Definition at line 125 of file mir.h.

◆ registers

mir_register_t* mir::registers

List of registers.

Definition at line 119 of file mir.h.

◆ registers_length

unsigned int mir::registers_length

The number of declared registers.

Definition at line 124 of file mir.h.

◆ variables

hashtable_t mir::variables

Hashtable of variables.

Definition at line 121 of file mir.h.


The documentation for this struct was generated from the following file: