Cthulhu  0.2.10
Cthulhu compiler collection
target.h File Reference
Include dependency graph for target.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

CT_BEGIN_API CT_LOCAL void cfamily_tree (target_runtime_t *runtime, const tree_t *tree, target_emit_t *emit)
 
CT_LOCAL emit_result_t cfamily_ssa (target_runtime_t *runtime, const ssa_result_t *ssa, target_emit_t *emit)
 

Function Documentation

◆ cfamily_ssa()

CT_LOCAL emit_result_t cfamily_ssa ( target_runtime_t runtime,
const ssa_result_t ssa,
target_emit_t emit 
)

Definition at line 1140 of file emit.c.

◆ cfamily_tree()

CT_BEGIN_API CT_LOCAL void cfamily_tree ( target_runtime_t runtime,
const tree_t tree,
target_emit_t emit 
)

Definition at line 100 of file tree.c.