libabigail
|
Private type to hold private members of translation_unit. More...
#include <abg-ir-priv.h>
Public Member Functions | |
priv (const environment &env) | |
type_maps & | get_types () |
Public Attributes | |
std::string | abs_path_ |
char | address_size_ |
std::string | comp_dir_path_ |
corpus * | corp |
const environment & | env_ |
global_scope_sptr | global_scope_ |
bool | is_constructed_ |
language | language_ |
vector< function_type_sptr > | live_fn_types_ |
location_manager | loc_mgr_ |
std::string | path_ |
vector< type_base_sptr > | synthesized_types_ |
type_maps | types_ |
Private type to hold private members of translation_unit.
Definition at line 150 of file abg-ir-priv.h.
|
inline |
Definition at line 167 of file abg-ir-priv.h.
|
inline |
Definition at line 175 of file abg-ir-priv.h.
|
inline |
Definition at line 179 of file abg-ir-priv.h.
std::string abs_path_ |
Definition at line 159 of file abg-ir-priv.h.
char address_size_ |
Definition at line 155 of file abg-ir-priv.h.
std::string comp_dir_path_ |
Definition at line 158 of file abg-ir-priv.h.
corpus* corp |
Definition at line 153 of file abg-ir-priv.h.
const environment& env_ |
Definition at line 152 of file abg-ir-priv.h.
|
mutable |
Definition at line 161 of file abg-ir-priv.h.
bool is_constructed_ |
Definition at line 154 of file abg-ir-priv.h.
language language_ |
Definition at line 156 of file abg-ir-priv.h.
vector<function_type_sptr> live_fn_types_ |
Definition at line 163 of file abg-ir-priv.h.
location_manager loc_mgr_ |
Definition at line 160 of file abg-ir-priv.h.
std::string path_ |
Definition at line 157 of file abg-ir-priv.h.
|
mutable |
Definition at line 162 of file abg-ir-priv.h.
type_maps types_ |
Definition at line 164 of file abg-ir-priv.h.