Home
last modified time | relevance | path

Searched refs:get_sorted_undefined_fun_symbols (Results 1 - 5 of 5) sorted by relevance

/third_party/libabigail/tools/
H A Dabicompat.cc370 app_corpus->get_sorted_undefined_fun_symbols().begin(); in perform_compat_check_in_normal_mode()
371 i != app_corpus->get_sorted_undefined_fun_symbols().end(); in perform_compat_check_in_normal_mode()
389 || !app_corpus->get_sorted_undefined_fun_symbols().empty()) in perform_compat_check_in_normal_mode()
509 app_corpus->get_sorted_undefined_fun_symbols().begin(); in perform_compat_check_in_weak_mode()
510 i != app_corpus->get_sorted_undefined_fun_symbols().end(); in perform_compat_check_in_weak_mode()
527 || !app_corpus->get_sorted_undefined_fun_symbols().empty()) in perform_compat_check_in_weak_mode()
825 app_corpus->get_sorted_undefined_fun_symbols().begin(); in main()
826 i != app_corpus->get_sorted_undefined_fun_symbols().end(); in main()
/third_party/libabigail/src/
H A Dabg-corpus.cc348 corpus::priv::get_sorted_undefined_fun_symbols() const in get_sorted_undefined_fun_symbols() function in abigail::ir::corpus::priv
376 for (const auto& symbol : get_sorted_undefined_fun_symbols()) in get_undefined_fun_symbol_map()
1062 corpus::get_sorted_undefined_fun_symbols() const in get_sorted_undefined_fun_symbols() function in abigail::ir::corpus
1063 {return priv_->get_sorted_undefined_fun_symbols();} in get_sorted_undefined_fun_symbols()
H A Dabg-corpus-priv.h742 get_sorted_undefined_fun_symbols() const;
/third_party/libabigail/include/
H A Dabg-corpus.h177 get_sorted_undefined_fun_symbols() const;
/third_party/libabigail/tests/
H A Dtest-symtab.cc125 CHECK(corpus.get_sorted_undefined_fun_symbols().size() in assert_symbol_count()

Completed in 7 milliseconds