Searched refs:get_global_scope (Results 1 - 8 of 8) sorted by relevance
/third_party/libabigail/src/ |
H A D | abg-ctf-reader.cc | 473 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 D | abg-dwarf-reader.cc | 4741 {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 D | abg-ir.cc | 1153 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 D | abg-reader.cc | 454 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 D | abg-writer.cc | 2439 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 D | abg-comparison.cc | 7444 : 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 D | abg-fwd.h | 320 get_global_scope(const decl_base&); 323 get_global_scope(const decl_base*); 326 get_global_scope(const decl_base_sptr);
|
H A D | abg-ir.h | 732 get_global_scope() const; 735 get_global_scope(); 1912 /// time translatin_unit::get_global_scope is invoked.
|
Completed in 73 milliseconds