Home
last modified time | relevance | path

Searched refs:suppresses_variable_symbol (Results 1 – 4 of 4) sorted by relevance

/third_party/libabigail/include/
Dabg-suppression.h755 suppresses_variable_symbol(const elf_symbol* sym,
760 suppresses_variable_symbol(const elf_symbol_sptr fn,
/third_party/libabigail/src/
Dabg-suppression.cc3843 variable_suppression::suppresses_variable_symbol(const elf_symbol* sym, in suppresses_variable_symbol() function in abigail::suppr::variable_suppression
3936 variable_suppression::suppresses_variable_symbol(const elf_symbol_sptr sym, in suppresses_variable_symbol() function in abigail::suppr::variable_suppression
3939 {return suppresses_variable_symbol(sym.get(), k, ctxt);} in suppresses_variable_symbol()
Dabg-comparison.cc9365 if (var_suppr->suppresses_variable_symbol(e->second, in apply_supprs_to_added_removed_fns_vars_unreachable_types()
9375 if (var_suppr->suppresses_variable_symbol(e->second, in apply_supprs_to_added_removed_fns_vars_unreachable_types()
/third_party/libabigail/
DChangeLog24168 variable_suppression::suppresses_variable_symbol.
24179 variable_suppression::suppresses_variable_symbol}): Use the new
29279 suppresses_variable_symbol}): Take a diff_context_sptr.
29302 (variable_suppression::suppresses_variable_symbol): Likewise.
29962 suppresses_variable_symbol}): Declare new member functions.
29997 suppresses_variable_symbol}): Define new member functions.