#include <opt_ipaa_summary.h>
Public Member Functions | |
| IPAA_SYMBOL_REF (SYMBOL_REF_KIND kind, INT32 id1, INT32 id2) | |
| ~IPAA_SYMBOL_REF () | |
| void | Print (FILE *f, const char *pfx) const |
| void | Trace (const char *pfx) const |
| SYMBOL_REF_KIND | Kind (void) const |
| INT32 | Name_id (void) const |
| char * | Name (void) const |
| INT32 | Global_id (void) const |
| char * | Global_name (void) const |
| INT32 | Local_id (void) const |
| INT32 | Local_file_id (void) const |
| char * | Local_file_name (void) const |
| SECTION_IX | Section_id (void) const |
| SYMREF_IX | Section_base (void) const |
| INT64 | Section_disp (void) const |
| INT64 | Section_size (void) const |
Private Attributes | |
| mINT32 | _id1:24 |
| mINT32 | _dummy:4 |
| mINT32 | _kind:4 |
| mINT32 | _id2 |
Definition at line 192 of file opt_ipaa_summary.h.
| IPAA_SYMBOL_REF::IPAA_SYMBOL_REF | ( | SYMBOL_REF_KIND | kind, | |
| INT32 | id1, | |||
| INT32 | id2 | |||
| ) | [inline] |
| IPAA_SYMBOL_REF::~IPAA_SYMBOL_REF | ( | ) | [inline] |
Definition at line 212 of file opt_ipaa_summary.h.
| INT32 IPAA_SYMBOL_REF::Global_id | ( | void | ) | const [inline] |
| char * IPAA_SYMBOL_REF::Global_name | ( | void | ) | const [inline] |
Definition at line 730 of file opt_ipaa_summary.h.
References IPAA_SUMMARY::Get_string(), and Global_id().
Referenced by IPAA_PU_INFO::Name().

| SYMBOL_REF_KIND IPAA_SYMBOL_REF::Kind | ( | void | ) | const [inline] |
Definition at line 219 of file opt_ipaa_summary.h.
References _kind.
Referenced by IPAA_PU_INFO::Name().
| INT32 IPAA_SYMBOL_REF::Local_file_id | ( | void | ) | const [inline] |
Definition at line 228 of file opt_ipaa_summary.h.
References _id2.
Referenced by Local_file_name().
| char * IPAA_SYMBOL_REF::Local_file_name | ( | void | ) | const [inline] |
Definition at line 738 of file opt_ipaa_summary.h.
References IPAA_SUMMARY::Get_string(), and Local_file_id().

| INT32 IPAA_SYMBOL_REF::Local_id | ( | void | ) | const [inline] |
Definition at line 227 of file opt_ipaa_summary.h.
References _id1.
| char * IPAA_SYMBOL_REF::Name | ( | void | ) | const [inline] |
Definition at line 722 of file opt_ipaa_summary.h.
References IPAA_SUMMARY::Get_string(), and Name_id().

| INT32 IPAA_SYMBOL_REF::Name_id | ( | void | ) | const [inline] |
| void IPAA_SYMBOL_REF::Print | ( | FILE * | f, | |
| const char * | pfx | |||
| ) | const |
| SYMREF_IX IPAA_SYMBOL_REF::Section_base | ( | void | ) | const [inline] |
Definition at line 232 of file opt_ipaa_summary.h.
References _id2.
| INT64 IPAA_SYMBOL_REF::Section_disp | ( | void | ) | const [inline] |
Definition at line 746 of file opt_ipaa_summary.h.
References IPAA_SUMMARY::Get_section(), and Section_id().

| SECTION_IX IPAA_SYMBOL_REF::Section_id | ( | void | ) | const [inline] |
Definition at line 231 of file opt_ipaa_summary.h.
References _id1.
Referenced by Section_disp(), and Section_size().
| INT64 IPAA_SYMBOL_REF::Section_size | ( | void | ) | const [inline] |
Definition at line 754 of file opt_ipaa_summary.h.
References IPAA_SUMMARY::Get_section(), and Section_id().

| void IPAA_SYMBOL_REF::Trace | ( | const char * | pfx | ) | const |
mINT32 IPAA_SYMBOL_REF::_dummy [private] |
Definition at line 199 of file opt_ipaa_summary.h.
Referenced by IPAA_SYMBOL_REF().
mINT32 IPAA_SYMBOL_REF::_id1 [private] |
Definition at line 194 of file opt_ipaa_summary.h.
Referenced by IPAA_SYMBOL_REF(), Local_id(), and Section_id().
mINT32 IPAA_SYMBOL_REF::_id2 [private] |
Definition at line 201 of file opt_ipaa_summary.h.
Referenced by Global_id(), IPAA_SYMBOL_REF(), Local_file_id(), Name_id(), and Section_base().
mINT32 IPAA_SYMBOL_REF::_kind [private] |
Definition at line 200 of file opt_ipaa_summary.h.
Referenced by IPAA_SYMBOL_REF(), and Kind().
1.7.1