Home
last modified time | relevance | path

Searched refs:get_symbol (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/RISCV/
Doption-pic.ll10 define i32 @get_symbol() nounwind {
11 ; CHECK-LABEL: <get_symbol>:
Doption-nopic.ll10 define i32 @get_symbol() nounwind {
11 ; CHECK-LABEL: <get_symbol>:
/external/libabigail/src/
Dabg-leaf-reporter.cc836 elf_symbol_sptr s1 = ff->get_symbol(), s2 = sf->get_symbol(); in report()
890 maybe_report_diff_for_symbol(ff->get_symbol(), in report()
891 sf->get_symbol(), in report()
1000 maybe_report_diff_for_symbol(d.first_var()->get_symbol(), in report()
1001 d.second_var()->get_symbol(), in report()
1095 show_linkage_name_and_aliases(out, "", *(*i)->get_symbol(), in report()
1144 (out, "", *(*i)->get_symbol(), in report()
1194 if ((fn->get_symbol()->has_aliases() in report()
1203 fn->get_symbol()->get_number_of_aliases(); in report()
1209 << fn->get_symbol()->get_id_string() in report()
[all …]
Dabg-default-reporter.cc1480 elf_symbol_sptr s1 = ff->get_symbol(), s2 = sf->get_symbol(); in report()
1535 maybe_report_diff_for_symbol(ff->get_symbol(), in report()
1536 sf->get_symbol(), in report()
1655 maybe_report_diff_for_symbol(d.first_var()->get_symbol(), in report()
1656 d.second_var()->get_symbol(), in report()
1749 show_linkage_name_and_aliases(out, "", *(*i)->get_symbol(), in report()
1798 (out, "", *(*i)->get_symbol(), in report()
1850 (fn->get_symbol()->has_aliases() in report()
1862 && fn->get_name() != fn->get_symbol()->get_name())) in report()
1869 fn->get_symbol()->get_number_of_aliases(); in report()
[all …]
Dabg-comp-filter.cc233 const auto symbol_f = f->get_symbol(), symbol_s = s->get_symbol(); in crc_changed()
279 elf_symbol_sptr fs = f->get_symbol(), ss = s->get_symbol(); in function_name_changed_but_not_symbol()
1622 if (!var_dif->first_var()->get_symbol() in has_benign_infinite_array_change()
1623 || var_dif->second_var()->get_symbol()) in has_benign_infinite_array_change()
1626 if (var_dif->first_var()->get_symbol()->get_size() in has_benign_infinite_array_change()
1627 != var_dif->second_var()->get_symbol()->get_size()) in has_benign_infinite_array_change()
Dabg-suppression.cc2483 && fn->get_symbol() in suppresses_function()
2484 && fn->get_symbol()->get_alias_from_name(fname)) in suppresses_function()
2492 elf_symbol_sptr sym = fn->get_symbol(); in suppresses_function()
2517 && fn->get_symbol() in suppresses_function()
2518 && fn->get_symbol()->get_alias_from_name(fname)) in suppresses_function()
2526 elf_symbol_sptr sym = fn->get_symbol(); in suppresses_function()
2548 && fn->get_symbol() in suppresses_function()
2549 && fn->get_symbol()->get_alias_from_name(fname)) in suppresses_function()
2557 elf_symbol_sptr sym = fn->get_symbol(); in suppresses_function()
2596 elf_symbol_sptr sym = fn->get_symbol(); in suppresses_function()
[all …]
Dabg-corpus-priv.h354 elf_symbol_sptr sym = fn->get_symbol(); in add_fn_to_id_fns_map()
461 if (elf_symbol_sptr sym = fn->get_symbol()) in keep_wrt_id_of_fns_to_keep()
568 if (elf_symbol_sptr sym = var->get_symbol()) in keep_wrt_id_of_vars_to_keep()
Dabg-comparison-priv.h1220 if (f->get_symbol()) in operator()
1221 fr = f->get_symbol()->get_id_string(); in operator()
1227 if (s->get_symbol()) in operator()
1228 sr = s->get_symbol()->get_id_string(); in operator()
Dabg-reporter-priv.cc213 && (mem_fn->get_symbol())) in represent()
216 << mem_fn->get_symbol()->get_id_string() in represent()
Dabg-comparison.cc5400 if (!i->second->get_symbol() in ensure_lookup_tables_populated()
5401 || s->lookup_function_symbol(*i->second->get_symbol())) in ensure_lookup_tables_populated()
5423 if (!i->second->get_symbol() in ensure_lookup_tables_populated()
5424 || f->lookup_function_symbol(*i->second->get_symbol())) in ensure_lookup_tables_populated()
8956 if (second_->lookup_function_symbol(*i->second->get_symbol())) in ensure_lookup_tables_populated()
8971 if (first_->lookup_function_symbol(*i->second->get_symbol())) in ensure_lookup_tables_populated()
8973 else if (! i->second->get_symbol()->get_version().is_empty() in ensure_lookup_tables_populated()
8974 && i->second->get_symbol()->get_version().is_default()) in ensure_lookup_tables_populated()
8982 if (first_->lookup_function_symbol(i->second->get_symbol()->get_name(), in ensure_lookup_tables_populated()
9060 if (second_->lookup_variable_symbol(*i->second->get_symbol())) in ensure_lookup_tables_populated()
[all …]
Dabg-ir.cc12732 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()
[all …]
Dabg-corpus.cc403 if (elf_symbol_sptr sym = function->get_symbol()) in get_unreferenced_function_symbols()
536 if (elf_symbol_sptr sym = variable->get_symbol()) in get_unreferenced_variable_symbols()
Dabg-reader.cc3144 if (fn_decl->get_symbol() && fn_decl->get_symbol()->is_public()) in build_function_decl()
3377 if (decl->get_symbol() && decl->get_symbol()->is_public()) in build_var_decl()
Dabg-dwarf-reader.cc4595 if (f->get_symbol()) in symbol_already_belongs_to_a_function()
4647 if (i->second->get_symbol() in fixup_functions_with_no_symbols()
11779 if (is_virtual && !f->get_linkage_name().empty() && !f->get_symbol()) in finish_member_function_reading()
13739 if (!result->get_symbol()) in build_var_decl()
14231 if (!result->get_symbol()) in build_function_decl()
14672 && !fn->get_symbol()) in potential_member_fn_should_be_dropped()
Dabg-writer.cc3237 write_elf_symbol_reference(decl->get_symbol(), o); in write_var_decl()
3293 write_elf_symbol_reference(decl->get_symbol(), o); in write_function_decl()
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/
Dsymgroup.py90 def get_symbol(self, idx): member in SymbolGroup
98 return list(map(self.get_symbol, list(range(num_syms))))
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp2572 std::function<lldb::addr_t(ConstString)> get_symbol = in GetCFBooleanValuesIfNeeded() local
2587 lldb::addr_t false_addr = get_symbol(g_kCFBooleanFalse); in GetCFBooleanValuesIfNeeded()
2588 lldb::addr_t true_addr = get_symbol(g_kCFBooleanTrue); in GetCFBooleanValuesIfNeeded()
/external/libabigail/include/
Dabg-ir.h2797 get_symbol() const;
2933 get_symbol() const;
/external/libabigail/
DChangeLog21970 - if (i->second->get_symbol()
21971 - && f->lookup_function_symbol(i->second->get_symbol()->get_name(),
21972 + if (!i->second->get_symbol()
21973 + || f->lookup_function_symbol(i->second->get_symbol()->get_name(),
21974 i->second->get_symbol()->get_version().str()))