#include <elf.h>#include "pu_info.h"#include <sys/types.h>#include "ir_bwrite.h"#include "ipa_lno_summary.h"#include "ipa_section.h"

Go to the source code of this file.
Classes | |
| struct | input_file |
| class | IPA_LNO_READ_FILE |
| class | IPA_LNO_WRITE_FILE |
Defines | |
| #define | _IPA_LNO_FILE "ipa_lno_file.h" |
Typedefs | |
| typedef struct input_file | Input_File |
Variables | |
| const INT | IPALNO_SUCCESS = 0 |
| const INT | IPALNO_FORMAT_ERROR = -1 |
| const INT | IPALNO_ABI_MISMATCH = -2 |
| const INT | IPALNO_REVISION_MISMATCH = -3 |
| const INT | IPALNO_READER_ERROR = -4 |
| const INT | IPALNO_CLOSE_ERROR = -5 |
| const INT | MAX_FILE_REVISION = 80 |
| #define _IPA_LNO_FILE "ipa_lno_file.h" |
Definition at line 38 of file ipa_lno_file.h.
| typedef struct input_file Input_File |
| const INT IPALNO_ABI_MISMATCH = -2 |
Definition at line 70 of file ipa_lno_file.h.
| const INT IPALNO_CLOSE_ERROR = -5 |
Definition at line 73 of file ipa_lno_file.h.
| const INT IPALNO_FORMAT_ERROR = -1 |
Definition at line 69 of file ipa_lno_file.h.
| const INT IPALNO_READER_ERROR = -4 |
Definition at line 72 of file ipa_lno_file.h.
| const INT IPALNO_REVISION_MISMATCH = -3 |
Definition at line 71 of file ipa_lno_file.h.
| const INT IPALNO_SUCCESS = 0 |
Definition at line 68 of file ipa_lno_file.h.
| const INT MAX_FILE_REVISION = 80 |
Definition at line 80 of file ipa_lno_file.h.
1.7.1