#include <stdint.h>#include <elf.h>#include "workaround.h"#include "ipl_summary.h"

Go to the source code of this file.
Defines | |
| #define | __STDC_LIMIT_MACROS |
| #define | TFile stdout |
Enumerations | |
| enum | PROC_FLAG_BITS { MAY_INLINE = 0, MUST_INLINE = 1, NO_INLINE = 2, VARARG = 3, ALTENTRY = 4, HAS_ALTENTRY = 5, HAS_PSTATIC = 6, DIRC_MODREF = 7, IS_EXCP_INL = 8, NO_DEL = 9, BLK_DATA = 10, ADDR_TAKEN_RS = 11, PU_FREQ_RS = 12, PARA_PRAG = 13, PARA_RG_PRAG = 14, FSTATIC = 15, UNK_CALLS = 16, MP_NEED_LNO = 17, SID_EF_PRAG = 18, MESSY_RGN = 19, UNSTRUC_FLW = 20, FORML_PRAG = 21, FLAGS_SHIFT_MAX = 31 } |
Variables | |
| SUMMARY_SYMBOL * | Ipl_Summary_Symbol |
| const INT | MODREF_MAX_STRING_LENGTH = 1000 |
| char | Modref_Buf [MODREF_MAX_STRING_LENGTH] |
| BOOL | IPA_Trace_Mod_Ref = FALSE |
| #define __STDC_LIMIT_MACROS |
Definition at line 53 of file ipl_summary_print.cxx.
| #define TFile stdout |
Definition at line 214 of file ipl_summary_print.cxx.
| enum PROC_FLAG_BITS |
Definition at line 83 of file ipl_summary_print.cxx.
| BOOL IPA_Trace_Mod_Ref = FALSE |
Definition at line 79 of file ipl_summary_print.cxx.
Referenced by IPAA_DF_SOLVER::Accumulate_ref_info(), IPAA::Do_Simple_IPAA(), IPAA_STEP::Finalize_Ref_Info(), IPAA_STEP::Initialize_Ref_Info(), SUMMARY_SYMBOL::Print(), IPAA_NODE_INFO::Print(), and FBV::Print().
Definition at line 76 of file ipl_summary_print.cxx.
Referenced by Init_ivar_arrays(), IPAA_STEP::Init_Summary_Pointers(), IPAA_STEP::Initialize_Ref_Info(), IPA_Trace_Summary_Section(), DF_PRINT::Meet(), SUMMARIZE< IPL >::Trace(), and SUMMARIZE< program >::Trace().
Definition at line 78 of file ipl_summary_print.cxx.
Referenced by SUMMARY_SYMBOL::Print(), and IPAA_NODE_INFO::Print().
| const INT MODREF_MAX_STRING_LENGTH = 1000 |
Definition at line 77 of file ipl_summary_print.cxx.
1.5.6