|
Reduct
v4.0.5-1-g4851deb
A functional and immutable language.
|
Dumping and disassembly. More...
#include <reduct/core.h>Go to the source code of this file.
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. | |
Dumping and disassembly.
Definition in file dump.h.