
Public Member Functions | |
| promote_entry (IPO_SYMTAB *sym) | |
| void | operator() (UINT idx, T *entry) const |
| template<> | |
| void | operator() (UINT idx, ST *old_st) const |
| template<> | |
| void | operator() (UINT idx, INITO *old_inito) const |
Public Attributes | |
| IPO_SYMTAB * | _sym |
Definition at line 223 of file clone.h.
| IPO_SYMTAB::promote_entry< T >::promote_entry | ( | IPO_SYMTAB * | sym | ) | [inline] |
| void IPO_SYMTAB::promote_entry< T >::operator() | ( | UINT | idx, | |
| T * | entry | |||
| ) | const |
| void IPO_SYMTAB::promote_entry< INITO >::operator() | ( | UINT | idx, | |
| INITO * | old_inito | |||
| ) | const [inline] |
Definition at line 752 of file clone.cxx.
References IPO_SYMTAB::promote_entry< T >::_sym, IPO_SYMTAB::Get_Cloned_ST(), INITO_st(), New_INITO(), IPO_SYMTAB::Set_Cloned_INITO(), ST_st_idx(), and INITO::val.

| void IPO_SYMTAB::promote_entry< ST >::operator() | ( | UINT | idx, | |
| ST * | old_st | |||
| ) | const [inline] |
Definition at line 706 of file clone.cxx.
References IPO_SYMTAB::promote_entry< T >::_sym, GLOBAL_SYMTAB, IPO_SYMTAB::IPO_Copy_ST(), SCLASS_FSTATIC, SCLASS_PSTATIC, Set_ST_is_not_used(), Set_ST_sclass(), and ST_sclass().

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