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. More... | |
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.