|
Reduct
v4.0.5-1-g4851deb
A functional and immutable language.
|
Functions | |
| REDUCT_API void | reduct_dump_function (reduct_t *reduct, reduct_handle_t function, FILE *out) |
| Dump a compiled function to a file stream. | |
| REDUCT_API void | reduct_dump_rvsdg (struct reduct *reduct, reduct_handle_t graph, FILE *out) |
| Dump an IR graph to a file stream. | |
| REDUCT_API void reduct_dump_function | ( | reduct_t * | reduct, |
| reduct_handle_t | function, | ||
| FILE * | out | ||
| ) |
Dump a compiled function to a file stream.
| reduct | Pointer to the Reduct structure. |
| function | Handle to the compiled function. |
| out | The output file stream to write the disassembly to. |
| REDUCT_API void reduct_dump_rvsdg | ( | struct reduct * | reduct, |
| reduct_handle_t | graph, | ||
| FILE * | out | ||
| ) |
Dump an IR graph to a file stream.
| reduct | Pointer to the Reduct structure. |
| graph | Pointer to the IR graph. |
| out | The output file stream. |