Go to the source code of this file.
Functions |
| void | dump_pointer (dump_info_p, const char *, void *) |
| void | dump_int (dump_info_p, const char *, int) |
| void | dump_string (dump_info_p, const char *) |
| void | dump_string_field (dump_info_p, const char *, const char *) |
| void | queue_and_dump_index (dump_info_p, const char *, const_tree, int) |
| void | queue_and_dump_type (dump_info_p, const_tree) |
| void | dump_function (int, tree) |
| int | dump_flag (dump_info_p, int, const_tree) |
| void | dump_function_to_file (tree, FILE *, int) |
Typedef Documentation
Information about a node to be dumped.
A dump_queue is a link in the queue of things to be dumped.
Function Documentation
| void dump_function |
( |
int |
, |
|
|
tree |
|
|
) |
| |
| void dump_function_to_file |
( |
tree |
, |
|
|
FILE * |
, |
|
|
int |
|
|
) |
| |
| void dump_pointer |
( |
dump_info_p |
, |
|
|
const char * |
, |
|
|
void * |
|
|
) |
| |
| void dump_string_field |
( |
dump_info_p |
, |
|
|
const char * |
, |
|
|
const char * |
|
|
) |
| |