Cthulhu  0.2.10
Cthulhu compiler collection
target_t Struct Reference

a codegen target backend More...

#include <broker.h>

Collaboration diagram for target_t:

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...
 

Detailed Description

a codegen target backend

Definition at line 231 of file broker.h.

Field Documentation

◆ fn_create

target_create_t target_t::fn_create

called once at startup

Definition at line 237 of file broker.h.

◆ fn_destroy

target_destroy_t target_t::fn_destroy

called at shutdown

Definition at line 240 of file broker.h.

◆ fn_ssa

target_ssa_t target_t::fn_ssa

generate from the ssa form

Definition at line 246 of file broker.h.

◆ fn_tree

target_tree_t target_t::fn_tree

generate from the tree form

Definition at line 243 of file broker.h.

◆ info

module_info_t target_t::info

information about the target

Definition at line 234 of file broker.h.


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