#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 |
Public Attributes | |
| STR_IDX | name_idx |
| mUINT32 | flags:24 |
| LABEL_KIND | kind:8 |
Definition at line 406 of file symtab_defs.h.
| LABEL::LABEL | ( | ) | [inline] |
Definition at line 414 of file symtab_defs.h.
References Fail_FmtAssertion().

| LABEL::LABEL | ( | STR_IDX | idx, | |
| LABEL_KIND | k | |||
| ) | [inline] |
Definition at line 416 of file symtab_defs.h.
| void LABEL::Print | ( | FILE * | f | ) | const |
Definition at line 2559 of file symtab.cxx.
References flags, fprintf(), kind, LABEL_FLAGS_To_Str(), name_idx, name_str, and Str_Table.

| void LABEL::Verify | ( | UINT | level | ) | const |
Definition at line 743 of file symtab_verify.cxx.
References Is_True, LABEL_name_idx(), and STR_Table_Size().

Definition at line 409 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 410 of file symtab_defs.h.
Referenced by LABEL_Init(), LABEL_kind(), Print(), and Set_LABEL_KIND().
Definition at line 408 of file symtab_defs.h.
Referenced by LABEL_Init(), LABEL_name(), LABEL_name_idx(), Print(), and Set_LABEL_name_idx().
1.7.1