Home
last modified time | relevance | path

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

/third_party/libabigail/src/
H A Dabg-ctf-reader.cc473 ir_translation_unit->get_global_scope()); in process_ctf_archive()
493 ir_translation_unit->get_global_scope()); in process_ctf_archive()
761 add_decl_to_scope(result, tunit->get_global_scope()); in process_ctf_typedef()
834 add_decl_to_scope(result, tunit->get_global_scope()); in process_ctf_base_type()
855 add_decl_to_scope(type_declaration, tunit->get_global_scope()); in build_ir_node_for_variadic_parameter_type()
940 add_decl_to_scope(function_type_decl, tunit->get_global_scope()); in process_ctf_function_type()
1056 add_decl_to_scope(result, tunit->get_global_scope()); in process_ctf_forward_type()
1104 add_decl_to_scope(result, tunit->get_global_scope()); in process_ctf_struct_type()
1155 add_decl_to_scope(result, tunit->get_global_scope()); in process_ctf_union_type()
1211 add_decl_to_scope(subrange, tunit->get_global_scope()); in build_array_ctf_range()
[all...]
H A Dabg-dwarf-reader.cc4741 {return cur_transl_unit()->get_global_scope();} in global_scope()
4764 scope_stack().push(cur_transl_unit()->get_global_scope().get()); in current_scope()
11616 return rdr.cur_transl_unit()->get_global_scope();
11628 return i->second->get_global_scope();
11629 return rdr.cur_transl_unit()->get_global_scope();
12186 decl_base_sptr d = add_decl_to_scope(result, tu->get_global_scope().get());
13463 add_decl_to_scope(*i, rdr.cur_transl_unit()->get_global_scope());
15176 add_decl_to_scope(t, rdr.cur_transl_unit()->get_global_scope());
15209 add_decl_to_scope(p, rdr.cur_transl_unit()->get_global_scope());
15226 add_decl_to_scope(r, rdr.cur_transl_unit()->get_global_scope());
[all...]
H A Dabg-ir.cc1153 translation_unit::get_global_scope() const in get_global_scope() function in abigail::ir::translation_unit
1155 return const_cast<translation_unit*>(this)->get_global_scope(); in get_global_scope()
1164 translation_unit::get_global_scope() in get_global_scope() function in abigail::ir::translation_unit
1344 return get_global_scope()->is_empty(); in is_empty()
1405 return *get_global_scope() == *other.get_global_scope(); in operator ==()
1459 {return get_global_scope()->traverse(v);} in traverse()
8197 get_global_scope(const decl_base& decl) in get_global_scope() function
8216 get_global_scope(const decl_base* decl) in get_global_scope() function
8217 {return get_global_scope(*dec in get_global_scope()
8226 get_global_scope(const shared_ptr<decl_base> decl) get_global_scope() function
[all...]
H A Dabg-reader.cc454 if ((global = get_global_scope(d))) in get_translation_unit()
1485 return tu->get_global_scope(); in get_scope_for_node()
1633 rdr.push_decl(tu.get_global_scope()); in read_translation_unit()
1634 rdr.map_xml_node_to_decl(node, tu.get_global_scope()); in read_translation_unit()
1645 rdr.pop_scope_or_abort(tu.get_global_scope()); in read_translation_unit()
H A Dabg-writer.cc2439 write_canonical_types_of_scope(*tu.get_global_scope(), in write_translation_unit()
2443 const declarations& decls = tu.get_global_scope()->get_sorted_member_decls(); in write_translation_unit()
H A Dabg-comparison.cc7444 : scope_diff(first->get_global_scope(), second->get_global_scope(), ctxt), in translation_unit_diff()
7514 compute_diff(static_pointer_cast<scope_decl>(first->get_global_scope()), in compute_diff()
7515 static_pointer_cast<scope_decl>(second->get_global_scope()), in compute_diff()
/third_party/libabigail/include/
H A Dabg-fwd.h320 get_global_scope(const decl_base&);
323 get_global_scope(const decl_base*);
326 get_global_scope(const decl_base_sptr);
H A Dabg-ir.h732 get_global_scope() const;
735 get_global_scope();
1912 /// time translatin_unit::get_global_scope is invoked.

Completed in 73 milliseconds