#include <ipa_section.h>
Public Member Functions | |
| LOOP_SYMBOL (UINT32 index) | |
| BOOL | operator== (const LOOP_SYMBOL &other) |
| UINT32 | Ivar_Index () const |
| void | Print (FILE *fp) |
Private Attributes | |
| mUINT32 | _ivar_index |
Definition at line 116 of file ipa_section.h.
| LOOP_SYMBOL::LOOP_SYMBOL | ( | UINT32 | index | ) | [inline] |
Definition at line 122 of file ipa_section.h.
| UINT32 LOOP_SYMBOL::Ivar_Index | ( | ) | const [inline] |
Definition at line 131 of file ipa_section.h.
References _ivar_index.
| BOOL LOOP_SYMBOL::operator== | ( | const LOOP_SYMBOL & | other | ) | [inline] |
Definition at line 126 of file ipa_section.h.
References _ivar_index.
| void LOOP_SYMBOL::Print | ( | FILE * | fp | ) | [inline] |
Definition at line 133 of file ipa_section.h.
References _ivar_index, and fprintf().

mUINT32 LOOP_SYMBOL::_ivar_index [private] |
Definition at line 119 of file ipa_section.h.
Referenced by Ivar_Index(), operator==(), and Print().
1.6.1