#include <string.h>#include <vector>#include "defs.h"

Go to the source code of this file.
Classes | |
| struct | Fb_Hdr |
| struct | Pu_Hdr |
Defines | |
| #define | ULONG mUINT32 |
| #define | FB_NIDENT 16 |
| #define | INSTR_MAG "\177INS" |
| #define | INSTR_CURRENT 1 |
Enumerations | |
| enum | PROFILE_PHASE { PROFILE_PHASE_NONE = -1, PROFILE_PHASE_BEFORE_VHO = 0, PROFILE_PHASE_IPA_CUTOFF = 0, PROFILE_PHASE_BEFORE_LNO = 1, PROFILE_PHASE_BEFORE_WOPT = 2, PROFILE_PHASE_BEFORE_CG = 3, PROFILE_PHASE_LAST = 4, PROFILE_PHASE_MAX = INT32_MAX } |
| #define FB_NIDENT 16 |
Definition at line 87 of file profile_com.h.
Referenced by Fb_Hdr::Fb_Hdr().
| #define INSTR_CURRENT 1 |
Definition at line 91 of file profile_com.h.
| #define INSTR_MAG "\177INS" |
Definition at line 89 of file profile_com.h.
Definition at line 66 of file profile_com.h.
| enum PROFILE_PHASE |
| PROFILE_PHASE_NONE | |
| PROFILE_PHASE_BEFORE_VHO | |
| PROFILE_PHASE_IPA_CUTOFF | |
| PROFILE_PHASE_BEFORE_LNO | |
| PROFILE_PHASE_BEFORE_WOPT | |
| PROFILE_PHASE_BEFORE_CG | |
| PROFILE_PHASE_LAST | |
| PROFILE_PHASE_MAX |
Definition at line 69 of file profile_com.h.
1.7.1