Reduct  v1.0.4-3-gdaf0d70
A functional and immutable language.
Loading...
Searching...
No Matches
disasm_impl.h File Reference
#include "compile.h"
#include "disasm.h"
Include dependency graph for disasm_impl.h:

Go to the source code of this file.

Functions

static void reduct_disasm_internal (reduct_t *reduct, reduct_function_t *function, reduct_file_t out)
 
REDUCT_API void reduct_disasm (reduct_t *reduct, reduct_function_t *function, reduct_file_t out)
 Disassembles a compiled function.
 

Function Documentation

◆ reduct_disasm_internal()

static void reduct_disasm_internal ( reduct_t reduct,
reduct_function_t function,
reduct_file_t  out 
)
static

Definition at line 7 of file disasm_impl.h.

Here is the call graph for this function:
Here is the caller graph for this function: