Home
last modified time | relevance | path

Searched refs:get_sorted_fun_symbols (Results 1 – 6 of 6) sorted by relevance

/third_party/libabigail/include/
Dabg-corpus.h174 get_sorted_fun_symbols() const;
384 get_sorted_fun_symbols() const;
/third_party/libabigail/src/
Dabg-corpus.cc312 corpus::priv::get_sorted_fun_symbols() const in get_sorted_fun_symbols() function in abigail::ir::corpus::priv
336 for (const auto& symbol : get_sorted_fun_symbols()) in get_fun_symbol_map()
1053 corpus::get_sorted_fun_symbols() const in get_sorted_fun_symbols() function in abigail::ir::corpus
1054 {return priv_->get_sorted_fun_symbols();} in get_sorted_fun_symbols()
1860 corpus_group::get_sorted_fun_symbols() const in get_sorted_fun_symbols() function in abigail::ir::corpus_group
Dabg-corpus-priv.h736 get_sorted_fun_symbols() const;
Dabg-writer.cc4554 write_elf_symbols_table(corpus->get_sorted_fun_symbols(), ctxt, in write_corpus()
/third_party/libabigail/tests/
Dtest-symtab.cc113 CHECK(corpus.get_sorted_fun_symbols().size() == function_symbols); in assert_symbol_count()
/third_party/libabigail/
DChangeLog6624 (corpus::priv::get_sorted_fun_symbols): New method declaration.
6630 (corpus::priv::get_sorted_fun_symbols): New method implementation.
6634 (corpus::get_sorted_fun_symbols): Proxy call to corpus::priv.
19398 (corpus::{get_sorted_fun_symbols, get_functions, get_variables,
19418 get_var_symbol_map, get_fun_symbol_map, get_sorted_fun_symbols,
34232 * include/abg-corpus.h (corpus::{get_sorted_fun_symbols,
34237 (corpus::{get_sorted_fun_symbols, get_sorted_var_symbols}): Define