Home
last modified time | relevance | path

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

/third_party/libabigail/include/
Dabg-suppression.h558 suppresses_function_symbol(const elf_symbol* sym,
563 suppresses_function_symbol(const elf_symbol_sptr sym,
/third_party/libabigail/src/
Dabg-suppression.cc2799 function_suppression::suppresses_function_symbol(const elf_symbol* sym, in suppresses_function_symbol() function in abigail::suppr::function_suppression
2887 function_suppression::suppresses_function_symbol(const elf_symbol_sptr sym, in suppresses_function_symbol() function in abigail::suppr::function_suppression
2890 {return suppresses_function_symbol(sym.get(), k, ctxt);} in suppresses_function_symbol()
Dabg-comparison.cc9271 if (fn_suppr->suppresses_function_symbol(e->second, in apply_supprs_to_added_removed_fns_vars_unreachable_types()
9281 if (fn_suppr->suppresses_function_symbol(e->second, in apply_supprs_to_added_removed_fns_vars_unreachable_types()
/third_party/libabigail/
DChangeLog22455 (function_suppression::suppresses_function_symbol): Adjust.
24166 function_suppression::suppresses_function_symbol,
24174 suppresses_function_symbol}): Use the new
29277 suppresses_function_symbol}): Take a diff_context_sptr.
29293 suppresses_function_symbol): Take a diff_context_sptr parameter.
29959 suppresses_function_symbol}): Declare new member functions.
29986 suppresses_function_symbol}): Define new member functions.