Lines Matching refs:get_symbol
14372 if ((*i)->get_symbol()) in maybe_adjust_canonical_type()
14377 elf_symbol_sptr s1 = (*i)->get_symbol(); in maybe_adjust_canonical_type()
14378 if (s1 && !m->get_symbol()) in maybe_adjust_canonical_type()
18871 var_decl::get_symbol() const in get_symbol() function in abigail::ir::var_decl
18887 v->set_symbol(get_symbol()); in clone()
18960 const elf_symbol_sptr &s0 = l.get_symbol(), &s1 = r.get_symbol(); in equals()
19060 if (elf_symbol_sptr s = get_symbol()) in get_id()
20335 function_decl::get_symbol() const in get_symbol() function in abigail::ir::function_decl
20415 f->set_symbol(get_symbol()); in clone()
20463 const elf_symbol_sptr &s0 = l.get_symbol(), &s1 = r.get_symbol(); in equals()
20624 if (elf_symbol_sptr s = get_symbol()) in get_id()
20656 elf_symbol_sptr s1 = f1.get_symbol(), s2 = f2.get_symbol(); in function_decls_alias()
22165 new_method->set_symbol(method->get_symbol()); in copy_member_function()
23179 elf_symbol_sptr f_sym = f.get_symbol(); in operator ()()
23180 elf_symbol_sptr s_sym = s.get_symbol(); in operator ()()
23421 first->get_symbol(); in methods_equal_modulo_elf_symbol()
23423 second->get_symbol(); in methods_equal_modulo_elf_symbol()
25964 if (f.get_symbol()) in function_decl_is_less_than()
25965 fr = f.get_symbol()->get_id_string(); in function_decl_is_less_than()
25969 if (s.get_symbol()) in function_decl_is_less_than()
25970 sr = s.get_symbol()->get_id_string(); in function_decl_is_less_than()