#include <symtab_defs.h>
Public Member Functions | |
| LABEL () | |
| LABEL (STR_IDX idx, LABEL_KIND k) | |
| void | Verify (UINT level) const |
| void | Print (FILE *f) const |
Data Fields | |
| STR_IDX | name_idx |
| mUINT32 | flags:24 |
| LABEL_KIND | kind:8 |
Definition at line 415 of file symtab_defs.h.
| LABEL::LABEL | ( | ) | [inline] |
| LABEL::LABEL | ( | STR_IDX | idx, | |
| LABEL_KIND | k | |||
| ) | [inline] |
Definition at line 425 of file symtab_defs.h.
Definition at line 786 of file symtab_verify.cxx.
References Is_True, LABEL_name_idx(), and STR_Table_Size().
Definition at line 2072 of file symtab.cxx.
References flags, fprintf(), LABEL_ADDR_PASSED, LABEL_ADDR_SAVED, LABEL_TARGET_OF_GOTO_OUTER_BLOCK, name_idx, name_str, and Str_Table.
Definition at line 417 of file symtab_defs.h.
Referenced by LABEL_Init(), LABEL_name(), LABEL_name_idx(), Print(), and Set_LABEL_name_idx().
Definition at line 418 of file symtab_defs.h.
Referenced by Clear_LABEL_addr_passed(), Clear_LABEL_addr_saved(), Clear_LABEL_target_of_goto_outer_block(), LABEL_addr_passed(), LABEL_addr_saved(), LABEL_Init(), LABEL_target_of_goto_outer_block(), New_LABEL(), Print(), Set_LABEL_addr_passed(), Set_LABEL_addr_saved(), and Set_LABEL_target_of_goto_outer_block().
Definition at line 419 of file symtab_defs.h.
Referenced by EH_Dump_INITV(), LABEL_Init(), LABEL_kind(), Print_EH_Range(), and Set_LABEL_KIND().
1.5.6