Cthulhu  0.2.10
Cthulhu compiler collection
ssa_symbol_t Struct Reference

#include <ssa.h>

Collaboration diagram for ssa_symbol_t:

Data Fields

tree_linkage_t linkage
 
tree_visibility_t visibility
 
const char * linkage_string
 external name More...
 
const char * name
 internal name More...
 
const ssa_type_ttype
 the public facing type of this symbol More...
 
ssa_storage_t storage
 the backing storage for this symbol More...
 
const ssa_value_tvalue
 the value of this symbol, must always be set for globals More...
 
typevec_tlocals
 typevec_t<ssa_type_t> More...
 
typevec_tparams
 typevec_t<ssa_type_t> More...
 
ssa_block_tentry
 entry block More...
 
vector_tblocks
 vector_t<ssa_block_t *> More...
 

Detailed Description

Definition at line 333 of file ssa.h.

Field Documentation

◆ blocks

vector_t* ssa_symbol_t::blocks

vector_t<ssa_block_t *>

Definition at line 351 of file ssa.h.

◆ entry

ssa_block_t* ssa_symbol_t::entry

entry block

Definition at line 349 of file ssa.h.

◆ linkage

tree_linkage_t ssa_symbol_t::linkage

Definition at line 335 of file ssa.h.

◆ linkage_string

const char* ssa_symbol_t::linkage_string

external name

Definition at line 338 of file ssa.h.

◆ locals

typevec_t* ssa_symbol_t::locals

typevec_t<ssa_type_t>

Definition at line 346 of file ssa.h.

◆ name

const char* ssa_symbol_t::name

internal name

Definition at line 340 of file ssa.h.

◆ params

typevec_t* ssa_symbol_t::params

typevec_t<ssa_type_t>

Definition at line 347 of file ssa.h.

◆ storage

ssa_storage_t ssa_symbol_t::storage

the backing storage for this symbol

Definition at line 342 of file ssa.h.

◆ type

const ssa_type_t* ssa_symbol_t::type

the public facing type of this symbol

Definition at line 341 of file ssa.h.

◆ value

const ssa_value_t* ssa_symbol_t::value

the value of this symbol, must always be set for globals

Definition at line 344 of file ssa.h.

◆ visibility

tree_visibility_t ssa_symbol_t::visibility

Definition at line 336 of file ssa.h.


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