Home
last modified time | relevance | path

Searched refs:get_global_scope (Results 1 – 8 of 8) sorted by relevance

/external/libabigail/include/
Dabg-fwd.h320 get_global_scope(const decl_base&);
323 get_global_scope(const decl_base*);
326 get_global_scope(const decl_base_sptr);
Dabg-ir.h641 get_global_scope() const;
644 get_global_scope();
/external/libabigail/src/
Dabg-dwarf-reader.cc5179 {return cur_transl_unit()->get_global_scope();} in global_scope()
5202 scope_stack().push(cur_transl_unit()->get_global_scope().get()); in current_scope()
10961 return ctxt.cur_transl_unit()->get_global_scope(); in get_scope_for_die()
10973 return i->second->get_global_scope(); in get_scope_for_die()
10974 return ctxt.cur_transl_unit()->get_global_scope(); in get_scope_for_die()
11542 decl_base_sptr d = add_decl_to_scope(result, tu->get_global_scope().get()); in build_enum_underlying_type()
12803 add_decl_to_scope(*i, ctxt.cur_transl_unit()->get_global_scope()); in schedule_array_tree_for_late_canonicalization()
14772 add_decl_to_scope(t, ctxt.cur_transl_unit()->get_global_scope()); in build_ir_node_from_die()
14800 add_decl_to_scope(p, ctxt.cur_transl_unit()->get_global_scope()); in build_ir_node_from_die()
14817 add_decl_to_scope(r, ctxt.cur_transl_unit()->get_global_scope()); in build_ir_node_from_die()
[all …]
Dabg-ir.cc740 translation_unit::get_global_scope() const in get_global_scope() function in abigail::ir::translation_unit
742 return const_cast<translation_unit*>(this)->get_global_scope(); in get_global_scope()
751 translation_unit::get_global_scope() in get_global_scope() function in abigail::ir::translation_unit
946 {return get_global_scope()->is_empty();} in is_empty()
1006 return *get_global_scope() == *other.get_global_scope(); in operator ==()
1060 {return get_global_scope()->traverse(v);} in traverse()
7023 get_global_scope(const decl_base& decl) in get_global_scope() function
7042 get_global_scope(const decl_base* decl) in get_global_scope() function
7043 {return get_global_scope(*decl);} in get_global_scope()
7052 get_global_scope(const shared_ptr<decl_base> decl) in get_global_scope() function
[all …]
Dabg-reader.cc424 if ((global = get_global_scope(d))) in get_translation_unit()
1255 return tu->get_global_scope(); in get_scope_for_node()
1400 ctxt.push_decl(tu.get_global_scope()); in read_translation_unit()
1401 ctxt.map_xml_node_to_decl(node, tu.get_global_scope()); in read_translation_unit()
1414 ctxt.pop_scope_or_abort(tu.get_global_scope()); in read_translation_unit()
Dabg-writer.cc2270 write_canonical_types_of_scope(*tu.get_global_scope(), in write_translation_unit()
2275 const declarations& d = tu.get_global_scope()->get_sorted_member_decls(); in write_translation_unit()
Dabg-comparison.cc7570 : scope_diff(first->get_global_scope(), second->get_global_scope(), ctxt), in translation_unit_diff()
7642 compute_diff(static_pointer_cast<scope_decl>(first->get_global_scope()), in compute_diff()
7643 static_pointer_cast<scope_decl>(second->get_global_scope()), in compute_diff()
/external/libabigail/
DChangeLog11088 (translation_unit::get_global_scope): Return a reference to
11090 * src/abg-ir.cc (translation_unit::get_global_scope): Return a
13828 (translation_unit::get_global_scope): Adjust.
17479 (translation_unit::get_global_scope()): Adjust.
18667 (translation_unit::get_global_scope): Propagate the corpus of the
19314 (translation_unit::get_global_scope): Set the environment of a new
29233 * include/abg-fwd.h (get_global_scope()): New overload for const
29238 * src/abg-ir.cc (get_global_scope): Define the overload for const
32298 Don't crash in get_global_scope on empty decls
32299 * src/abg-ir.cc (get_global_scope): Don't crash when given a NULL
[all …]