Reduct  v4.0.5-1-g4851deb
A functional and immutable language.
Loading...
Searching...
No Matches
dump.h File Reference

Dumping and disassembly. More...

#include <reduct/core.h>
Include dependency graph for dump.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Dumping and disassembly.

Definition in file dump.h.