Searched refs:get_fun_symbol_map (Results 1 – 8 of 8) sorted by relevance
331 corpus::priv::get_fun_symbol_map() const in get_fun_symbol_map() function in abigail::ir::corpus::priv1058 corpus::get_fun_symbol_map() const in get_fun_symbol_map() function in abigail::ir::corpus1059 {return priv_->get_fun_symbol_map();} in get_fun_symbol_map()1136 if (get_fun_symbol_map().empty()) in lookup_function_symbol()1140 get_fun_symbol_map().find(n); in lookup_function_symbol()1141 if ( it == get_fun_symbol_map().end()) in lookup_function_symbol()1203 if (get_fun_symbol_map().empty()) in lookup_function_symbol()1207 get_fun_symbol_map().find(symbol_name); in lookup_function_symbol()1208 if ( it == get_fun_symbol_map().end()) in lookup_function_symbol()1874 corpus_group::get_fun_symbol_map() const in get_fun_symbol_map() function in abigail::ir::corpus_group[all …]
798 s1->get_aliases_id_string(fc->get_fun_symbol_map()); in report()801 s2->get_aliases_id_string(sc->get_fun_symbol_map()); in report()1047 d.first_corpus()->get_fun_symbol_map()); in report()1096 d.second_corpus()->get_fun_symbol_map()); in report()1330 d.first_corpus()->get_fun_symbol_map()); in report()1367 d.second_corpus()->get_fun_symbol_map()); in report()1404 d.first_corpus()->get_fun_symbol_map()); in report()1441 d.second_corpus()->get_fun_symbol_map()); in report()
1494 s1->get_aliases_id_string(fc->get_fun_symbol_map()); in report()1497 s2->get_aliases_id_string(sc->get_fun_symbol_map()); in report()1753 d.first_corpus()->get_fun_symbol_map()); in report()1802 d.second_corpus()->get_fun_symbol_map()); in report()2050 d.first_corpus()->get_fun_symbol_map()); in report()2087 d.second_corpus()->get_fun_symbol_map()); in report()2124 d.first_corpus()->get_fun_symbol_map()); in report()2161 d.second_corpus()->get_fun_symbol_map()); in report()
739 get_fun_symbol_map() const;
745 get_fun_symbol_map() const in get_fun_symbol_map() function in abigail::xml_writer::write_context749 get_fun_symbol_map() in get_fun_symbol_map() function in abigail::xml_writer::write_context4142 if (!corpus->get_fun_symbol_map().empty()) in write_corpus()
173 get_fun_symbol_map() const;386 get_fun_symbol_map() const;
117 CHECK(corpus.get_fun_symbol_map().size() == function_symbols); in assert_symbol_count()
1583 (corpus::priv::get_fun_symbol_map): New method declaration.1587 * src/abg-corpus.cc (corpus::priv::get_fun_symbol_map): New1601 (corpus::get_fun_symbol_map): Use corpus::priv proxy method.14556 get_var_symbol_map, get_fun_symbol_map, get_sorted_fun_symbols,32122 * src/abg-writer.cc (write_context::get_fun_symbol_map): New