libabigail
Public Member Functions | Public Attributes | List of all members
fe_iface::options_type Struct Reference

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
 
environmentenv
 
bool leverage_dwarf_factorization
 
bool load_all_types
 
bool load_in_linux_kernel_mode
 
bool load_undefined_interfaces
 If this option is set to true, then the functions and variables that have an undefined symbol are going to be represented in the IR. More...
 
bool show_stats
 

Detailed Description

The generic options that control the behaviour of all Front-End interfaces.

Definition at line 59 of file abg-fe-iface.h.

Constructor & Destructor Documentation

◆ options_type()

Constructor of the type fe_iface::options_type.

Parameters
ethe environment used by the Front End Interface.

Definition at line 57 of file abg-fe-iface.cc.

Member Data Documentation

◆ load_undefined_interfaces

bool load_undefined_interfaces

If this option is set to true, then the functions and variables that have an undefined symbol are going to be represented in the IR.

Definition at line 67 of file abg-fe-iface.h.


The documentation for this struct was generated from the following files: