|
CACAO
|
Go to the source code of this file.
Macros | |
| #define | ADDR_MASK(type, x) (x) |
Functions | |
| void | linenumbertable_list_entry_add (codegendata *cd, int32_t linenumber) |
| void | linenumbertable_list_entry_add_inline_start (codegendata *cd, instruction *iptr) |
| void | linenumbertable_list_entry_add_inline_end (codegendata *cd, instruction *iptr) |
| #define ADDR_MASK | ( | type, | |
| x | |||
| ) | (x) |
Definition at line 42 of file linenumbertable.cpp.
| void linenumbertable_list_entry_add | ( | codegendata * | cd, |
| int32_t | linenumber | ||
| ) |
Definition at line 167 of file linenumbertable.cpp.
| void linenumbertable_list_entry_add_inline_end | ( | codegendata * | cd, |
| instruction * | iptr | ||
| ) |
Definition at line 214 of file linenumbertable.cpp.
| void linenumbertable_list_entry_add_inline_start | ( | codegendata * | cd, |
| instruction * | iptr | ||
| ) |
Definition at line 187 of file linenumbertable.cpp.
1.8.5