Cthulhu  0.2.10
Cthulhu compiler collection
ssa_module_t Struct Reference

#include <ssa.h>

Collaboration diagram for ssa_module_t:

Data Fields

const char * name
 
vector_ttypes
 vector<ssa_type_t> all types used by this module More...
 
vector_tglobals
 vector<ssa_symbol_t> all globals declared/imported/exported by this module More...
 
vector_tfunctions
 vector<ssa_symbol_t> all functions declared/imported/exported by this module More...
 

Detailed Description

Definition at line 354 of file ssa.h.

Field Documentation

◆ functions

vector_t* ssa_module_t::functions

vector<ssa_symbol_t> all functions declared/imported/exported by this module

Definition at line 359 of file ssa.h.

◆ globals

vector_t* ssa_module_t::globals

vector<ssa_symbol_t> all globals declared/imported/exported by this module

Definition at line 358 of file ssa.h.

◆ name

const char* ssa_module_t::name

Definition at line 355 of file ssa.h.

◆ types

vector_t* ssa_module_t::types

vector<ssa_type_t> all types used by this module

Definition at line 357 of file ssa.h.


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