
Public Member Functions | |
| fix_table_entry (IPO_SYMTAB *sym) | |
| void | operator() (UINT idx, T *entry) const |
| template<> | |
| void | operator() (UINT idx, ST *st) const |
| template<> | |
| void | operator() (UINT idx, INITO *inito) const |
| template<> | |
| void | operator() (UINT idx, ST_ATTR *st_attr) const |
Public Attributes | |
| IPO_SYMTAB * | _sym |
Definition at line 213 of file clone.h.
| IPO_SYMTAB::fix_table_entry< T >::fix_table_entry | ( | IPO_SYMTAB * | sym | ) | [inline] |
| void IPO_SYMTAB::fix_table_entry< T >::operator() | ( | UINT | idx, | |
| T * | entry | |||
| ) | const |
| void IPO_SYMTAB::fix_table_entry< ST_ATTR >::operator() | ( | UINT | idx, | |
| ST_ATTR * | st_attr | |||
| ) | const [inline] |
Definition at line 561 of file clone.cxx.
References IPO_SYMTAB::fix_table_entry< T >::_sym, IPO_SYMTAB::Get_cloned_st_last_idx(), Is_True, make_ST_IDX(), Set_ST_ATTR_st_idx(), ST_ATTR_DEDICATED_REGISTER, ST_ATTR_kind(), ST_ATTR_st_idx(), ST_IDX_index(), and ST_IDX_level().

| void IPO_SYMTAB::fix_table_entry< INITO >::operator() | ( | UINT | idx, | |
| INITO * | inito | |||
| ) | const [inline] |
Definition at line 551 of file clone.cxx.
References IPO_SYMTAB::fix_table_entry< T >::_sym, IPO_SYMTAB::Get_cloned_level(), IPO_SYMTAB::Get_cloned_st_last_idx(), INITO_st_idx(), make_ST_IDX(), Set_INITO_st_idx(), and ST_IDX_index().

| void IPO_SYMTAB::fix_table_entry< ST >::operator() | ( | UINT | idx, | |
| ST * | st | |||
| ) | const [inline] |
Definition at line 525 of file clone.cxx.
References IPO_SYMTAB::fix_table_entry< T >::_sym, IPO_SYMTAB::Get_cloned_level(), IPO_SYMTAB::Get_cloned_st_last_idx(), IPO_SYMTAB::Get_orig_level(), make_ST_IDX(), SCLASS_FORMAL, SCLASS_FORMAL_REF, Set_ST_base_idx(), Set_ST_is_not_used(), Set_ST_ofst(), Set_ST_st_idx(), ST_base_idx(), ST_IDX_index(), ST_IDX_level(), ST_sclass(), and ST_st_idx().

| IPO_SYMTAB* IPO_SYMTAB::fix_table_entry< T >::_sym |
Definition at line 215 of file clone.h.
Referenced by IPO_SYMTAB::fix_table_entry< T >::operator()().
1.7.1