Dump function for KEInstruction.
More...
#include <Coconut/Coconut.h>
#include "KEForwarders.h"
Go to the source code of this file.
Dump function for KEInstruction.
- Copyright
- Copyright (C) 2014 Steel Wheels Project
void KEDumpBuiltinFunc |
( |
struct CNText * |
outbuf, |
|
|
struct KEBuiltinFunc * |
src |
|
) |
| |
Dump context of the built-in function.
- Parameters
-
outbuf | Output buffer |
src | Source built-in function |
void KEDumpFrame |
( |
struct CNText * |
outbuf, |
|
|
struct KEFrame * |
src |
|
) |
| |
Dump context of the frame.
- Parameters
-
outbuf | Output buffer |
src | Source frame |
void KEDumpFunction |
( |
struct CNText * |
outbuf, |
|
|
struct KEFunction * |
src |
|
) |
| |
Dump context of the function.
- Parameters
-
outbuf | Output buffer |
src | Source function |
void KEDumpInstruction |
( |
struct CNText * |
dstbuf, |
|
|
struct KEInstruction * |
src |
|
) |
| |
Dump context of instruction.
- Parameters
-
dstbuf | Destination buffer |
src | Source instruction |
void KEDumpProgram |
( |
struct CNText * |
outbuf, |
|
|
struct KEProgram * |
src |
|
) |
| |
Dump context of the program.
- Parameters
-
outbuf | Output buffer |
src | Source program |