Lines Matching refs:get_symbol
12732 if ((*i)->get_symbol()) in maybe_adjust_canonical_type()
12737 elf_symbol_sptr s1 = (*i)->get_symbol(); in maybe_adjust_canonical_type()
12738 if (s1 && !m->get_symbol()) in maybe_adjust_canonical_type()
16555 var_decl::get_symbol() const in get_symbol() function in abigail::ir::var_decl
16571 v->set_symbol(get_symbol()); in clone()
16644 const elf_symbol_sptr &s0 = l.get_symbol(), &s1 = r.get_symbol(); in equals()
16743 if (elf_symbol_sptr s = get_symbol()) in get_id()
17987 function_decl::get_symbol() const in get_symbol() function in abigail::ir::function_decl
18067 f->set_symbol(get_symbol()); in clone()
18115 const elf_symbol_sptr &s0 = l.get_symbol(), &s1 = r.get_symbol(); in equals()
18276 if (elf_symbol_sptr s = get_symbol()) in get_id()
18308 elf_symbol_sptr s1 = f1.get_symbol(), s2 = f2.get_symbol(); in function_decls_alias()
20065 new_method->set_symbol(method->get_symbol()); in copy_member_function()
21033 elf_symbol_sptr f_sym = f.get_symbol(); in operator ()()
21034 elf_symbol_sptr s_sym = s.get_symbol(); in operator ()()
21275 first->get_symbol(); in methods_equal_modulo_elf_symbol()
21277 second->get_symbol(); in methods_equal_modulo_elf_symbol()
23668 if (f.get_symbol()) in function_decl_is_less_than()
23669 fr = f.get_symbol()->get_id_string(); in function_decl_is_less_than()
23673 if (s.get_symbol()) in function_decl_is_less_than()
23674 sr = s.get_symbol()->get_id_string(); in function_decl_is_less_than()