libabigail
|
The generic options that control the behaviour of all Front-End interfaces. More...
#include <abg-fe-iface.h>
Public Member Functions | |
options_type (environment &) | |
Constructor of the type fe_iface::options_type. | |
Public Attributes | |
bool | assume_odr_for_cplusplus |
bool | do_log |
bool | drop_undefined_syms |
environment & | env |
bool | leverage_dwarf_factorization |
bool | load_all_types |
bool | load_in_linux_kernel_mode |
bool | show_stats |
The generic options that control the behaviour of all Front-End interfaces.
Definition at line 59 of file abg-fe-iface.h.
options_type | ( | environment & | e | ) |
Constructor of the type fe_iface::options_type.
e | the environment used by the Front End Interface. |
Definition at line 57 of file abg-fe-iface.cc.
bool assume_odr_for_cplusplus |
Definition at line 68 of file abg-fe-iface.h.
bool do_log |
Definition at line 66 of file abg-fe-iface.h.
bool drop_undefined_syms |
Definition at line 64 of file abg-fe-iface.h.
environment& env |
Definition at line 61 of file abg-fe-iface.h.
bool leverage_dwarf_factorization |
Definition at line 67 of file abg-fe-iface.h.
bool load_all_types |
Definition at line 63 of file abg-fe-iface.h.
bool load_in_linux_kernel_mode |
Definition at line 62 of file abg-fe-iface.h.
bool show_stats |
Definition at line 65 of file abg-fe-iface.h.