Searched refs:get_sorted_fun_symbols (Results 1 – 6 of 6) sorted by relevance
/third_party/libabigail/include/ |
D | abg-corpus.h | 174 get_sorted_fun_symbols() const; 384 get_sorted_fun_symbols() const;
|
/third_party/libabigail/src/ |
D | abg-corpus.cc | 312 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
|
D | abg-corpus-priv.h | 736 get_sorted_fun_symbols() const;
|
D | abg-writer.cc | 4554 write_elf_symbols_table(corpus->get_sorted_fun_symbols(), ctxt, in write_corpus()
|
/third_party/libabigail/tests/ |
D | test-symtab.cc | 113 CHECK(corpus.get_sorted_fun_symbols().size() == function_symbols); in assert_symbol_count()
|
/third_party/libabigail/ |
D | ChangeLog | 6624 (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
|