Cthulhu
0.2.10
Cthulhu compiler collection
|
a codegen target backend More...
#include <broker.h>
Data Fields | |
module_info_t | info |
information about the target More... | |
target_create_t | fn_create |
called once at startup More... | |
target_destroy_t | fn_destroy |
called at shutdown More... | |
target_tree_t | fn_tree |
generate from the tree form More... | |
target_ssa_t | fn_ssa |
generate from the ssa form More... | |
target_create_t target_t::fn_create |
target_destroy_t target_t::fn_destroy |
target_ssa_t target_t::fn_ssa |
target_tree_t target_t::fn_tree |
module_info_t target_t::info |