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 emit_result_t debug_ssa (target_runtime_t *runtime, const ssa_result_t *ssa, target_emit_t *target)
 
CT_LOCAL void debug_tree (target_runtime_t *runtime, const tree_t *tree, target_emit_t *target)
 

Function Documentation

◆ debug_ssa()

CT_BEGIN_API CT_LOCAL emit_result_t debug_ssa ( target_runtime_t runtime,
const ssa_result_t ssa,
target_emit_t target 
)

Definition at line 405 of file ssa.c.

◆ debug_tree()

CT_LOCAL void debug_tree ( target_runtime_t runtime,
const tree_t tree,
target_emit_t target 
)

Definition at line 129 of file tree.c.