#include <Base.h>
#include <DemangleWrapper.h>
#include <BinaryFile.h>
Go to the source code of this file.
Defines | |
#define | DMGL_NO_OPTS 0 |
#define | DMGL_PARAMS (1 << 0) |
#define | DMGL_ANSI (1 << 1) |
#define | DMGL_JAVA (1 << 2) |
#define | DMGL_VERBOSE (1 << 3) |
#define | DMGL_TYPES (1 << 4) |
#define | DMGL_AUTO (1 << 8) |
#define | DMGL_GNU (1 << 9) |
#define | DMGL_LUCID (1 << 10) |
#define | DMGL_ARM (1 << 11) |
#define | DMGL_HP (1 << 12) |
#define | DMGL_EDG (1 << 13) |
#define | DMGL_GNU_V3 (1 << 14) |
#define | DMGL_GNAT (1 << 15) |
#define | DMGL_STYLE_MASK (DMGL_AUTO|DMGL_GNU|DMGL_LUCID|DMGL_ARM|DMGL_HP|DMGL_EDG|DMGL_GNU_V3|DMGL_JAVA|DMGL_GNAT) |
Variables | |
const char * | __gnu_identifier__ = "GNU" |
const char * | __xlc_identifier__ = "XLC" |
const char * | __non_identifier__ = "NON" |
|
Definition at line 7 of file DemangleWrapper.C. Referenced by DemangleWrapper::demangle_combined(). |
|
Definition at line 14 of file DemangleWrapper.C. |
|
Definition at line 11 of file DemangleWrapper.C. |
|
Definition at line 16 of file DemangleWrapper.C. |
|
Definition at line 18 of file DemangleWrapper.C. |
|
Definition at line 12 of file DemangleWrapper.C. |
|
Definition at line 17 of file DemangleWrapper.C. |
|
Definition at line 15 of file DemangleWrapper.C. |
|
Definition at line 8 of file DemangleWrapper.C. |
|
Definition at line 13 of file DemangleWrapper.C. |
|
Definition at line 5 of file DemangleWrapper.C. |
|
Definition at line 6 of file DemangleWrapper.C. Referenced by DemangleWrapper::demangle_combined(). |
|
Definition at line 19 of file DemangleWrapper.C. |
|
Definition at line 10 of file DemangleWrapper.C. |
|
Definition at line 9 of file DemangleWrapper.C. |
|
Definition at line 39 of file DemangleWrapper.C. Referenced by DemangleWrapper::demangle_combined(). |
|
Definition at line 41 of file DemangleWrapper.C. Referenced by DemangleWrapper::demangle_combined(). |
|
Definition at line 40 of file DemangleWrapper.C. Referenced by DemangleWrapper::demangle_combined(). |