Lines Matching refs:where_offset
370 size_t where_offset);
375 size_t where_offset,
458 size_t where_offset,
545 size_t where_offset,
556 size_t where_offset);
564 size_t where_offset,
572 size_t where_offset);
577 size_t where_offset);
582 size_t where_offset);
599 size_t where_offset,
606 size_t where_offset,
2926 /// @param where_offset where in the DIE stream we logically are.
2943 size_t where_offset,
2955 if (!get_or_compute_canonical_die(die, equiv_die, where_offset,
3002 /// @param where_offset where in the DIE stream we logically are.
3007 get_die_qualified_name(Dwarf_Die *die, size_t where_offset)
3019 string qualified_name = die_qualified_name(rdr, die, where_offset);
3036 /// @param where_offset where in the DIE stream we logically are.
3041 get_die_qualified_name(Dwarf_Die *die, size_t where_offset) const
3044 get_die_qualified_name(die, where_offset);
3060 /// @param where_offset where in the DIE stream we logically are.
3065 get_die_qualified_type_name(const Dwarf_Die *die, size_t where_offset) const
3097 die_qualified_type_name(rdr, die, where_offset);
3119 /// @param where_offset where in the DIE stream we logically are.
3125 size_t where_offset) const
3139 die_pretty_print_type(rdr, die, where_offset);
3156 /// @param where_offset where in the DIE stream we logically are.
3161 get_die_pretty_representation(const Dwarf_Die *die, size_t where_offset) const
3176 die_pretty_print(rdr, die, where_offset);
3198 /// @param where_offset where in the DIE stream we logically are.
3224 /// @param where_offset where in the DIE stream we logically are.
3263 /// @param where_offset where in the DIE stream we logically are.
3662 /// @param where_offset where in the DIE stream we logically are.
5754 size_t where_offset,
5762 size_t where_offset);
5771 size_t where_offset,
5780 size_t where_offset,
5792 size_t where_offset,
5805 size_t where_offset,
5812 size_t where_offset,
5819 size_t where_offset,
6363 size_t where_offset = 0;
6364 if (!get_parent_die(rdr, die, parent_die, where_offset))
7084 /// @param where_offset where we are logically at in the DIE stream.
7096 size_t where_offset,
7099 if (!get_scope_die(rdr, die, where_offset, class_scope_die))
7238 /// @param where_offset where we logically are in the stream of DIEs.
7257 size_t where_offset,
7284 where_offset, class_die))
7296 if (die_is_at_class_scope(rdr, die, where_offset, class_die))
8912 /// @param where_offset where in the are logically are in the DIE
8919 size_t where_offset)
8933 if (!get_scope_die(rdr, die, where_offset, scope_die))
8936 string parent_name = die_qualified_name(rdr, &scope_die, where_offset);
9019 die_qualified_type_name(rdr, &underlying_type_die, where_offset);
9052 die_qualified_type_name(rdr, &pointed_to_type_die, where_offset);
9083 die, where_offset,
9095 die_qualified_type_name(rdr, &element_type_die, where_offset);
9101 die, subranges, where_offset,
9118 die_return_and_parm_names_from_fn_type_die(rdr, die, where_offset,
9172 /// @param where_offset where we are logically at in the DIE stream.
9178 size_t where_offset)
9186 if (!get_scope_die(rdr, die, where_offset, scope_die))
9189 string scope_name = die_qualified_name(rdr, &scope_die, where_offset);
9203 repr = die_function_signature(rdr, die, where_offset);
9233 /// @param where_offset where we are logically at in the DIE stream.
9322 /// @param where_offset where we are logically at in the DIE stream.
9345 size_t where_offset,
9360 ? rdr.get_die_pretty_representation(&ret_type_die, where_offset)
9361 : rdr.get_die_qualified_type_name(&ret_type_die, where_offset);
9368 die_function_type_is_method_type(rdr, die, where_offset,
9375 class_name = rdr.get_die_qualified_type_name(&class_die, where_offset);
9406 ? rdr.get_die_pretty_representation(&parm_type_die, where_offset)
9407 : rdr.get_die_qualified_type_name(&parm_type_die, where_offset);
9431 if (get_parent_die(rdr, die, parent_die, where_offset))
9435 rdr.get_die_qualified_type_name(&parent_die, where_offset);
9447 /// @param where_offset where we are logically at in the stream of
9454 size_t where_offset)
9483 where_offset);
9490 if (get_scope_die(rdr, fn_die, where_offset, scope_die))
9491 scope_name = rdr.get_die_qualified_name(&scope_die, where_offset);
9501 die_return_and_parm_names_from_fn_type_die(rdr, fn_die, where_offset,
9560 /// @param where_offset where we logically are placed when calling
9568 size_t where_offset)
9596 repr = "namespace " + rdr.get_die_qualified_type_name(die, where_offset);
9600 repr = rdr.get_die_qualified_type_name(die, where_offset);
9607 where_offset,
9619 repr = rdr.get_die_qualified_type_name(die, where_offset);
9625 rdr.get_die_qualified_type_name(die, where_offset);
9634 rdr.get_die_qualified_type_name(die, where_offset);
9642 rdr.get_die_qualified_type_name(die, where_offset);
9653 rdr.get_die_qualified_type_name(&element_type_die, where_offset);
9658 build_subranges_from_array_type_die(rdr, die, subranges, where_offset,
9676 repr += die_qualified_type_name(rdr, die, where_offset);
9689 die_return_and_parm_names_from_fn_type_die(rdr, die, where_offset,
9698 repr += " " + rdr.get_die_qualified_type_name(die, where_offset);
9727 /// @param where_offset where we logically are placed when calling
9735 size_t where_offset)
9746 repr = "namespace " + die_qualified_name(rdr, die, where_offset);
9755 type_repr = die_qualified_type_name(rdr, &type_die, where_offset);
9756 repr = die_qualified_name(rdr, die, where_offset);
9763 repr = die_function_signature(rdr, die, where_offset);
9785 /// @param where_offset we in the DIE stream we are logically at.
9789 die_pretty_print(reader& rdr, const Dwarf_Die* die, size_t where_offset)
9792 return die_pretty_print_type(rdr, die, where_offset);
9794 return die_pretty_print_decl(rdr, die, where_offset);
11366 /// @param where_offset the offset of the limit DIE.
11379 size_t where_offset,
11399 where_offset,
11428 /// @param where_offset the offset of the DIE where we are "logically"
11439 size_t where_offset)
11473 if (where_offset == 0)
11482 where_offset,
11498 parent_die, where_offset);
11520 /// @param where_offset where we are logically at in the DIE stream.
11527 size_t where_offset,
11541 return get_scope_die(rdr, &logical_parent_die, where_offset, scope_die);
11543 if (!get_parent_die(rdr, die, scope_die, where_offset))
11549 return get_scope_die(rdr, &scope_die, where_offset, scope_die);
11571 /// @param where_offset the offset of the DIE where we are "logically"
11579 size_t where_offset)
11600 where_offset);
11604 if (!get_parent_die(rdr, die, parent_die, where_offset))
11649 where_offset);
11657 if (!get_parent_die(rdr, &parent_die, parent_die, where_offset))
11661 where_offset);
11668 where_offset);
12043 /// @param where_offset the offset of the DIE where we are "logically"
12053 size_t where_offset)
12066 where_offset);
12074 rdr.associate_die_to_decl(die, result, where_offset);
12089 where_offset);
12102 /// @param where_offset where we are logically at in the DIE stream.
12106 build_type_decl(reader& rdr, Dwarf_Die* die, size_t where_offset)
12154 rdr.associate_die_to_type(die, result, where_offset);
12211 size_t where_offset,
12268 rdr.associate_die_to_type(die, result, where_offset);
12315 rdr.associate_die_to_type(die, result, where_offset);
12463 /// @param where_offset where we logical are, currently, in the stream
12472 size_t where_offset,
12476 where_offset,
12512 /// @param where_offset where we are logically at in the DIE stream.
12519 size_t where_offset)
12530 where_offset);
12597 /// @param where_offset where we are logically at in the DIE stream.
12652 /// @param where_offset where we are logically at in the DIE stream.
12660 size_t where_offset)
12669 where_offset));
12706 /// @param where_offset the offset of the DIE where we are "logically"
12722 size_t where_offset,
12787 rdr.associate_die_to_type(die, result, where_offset);
12869 rdr.associate_die_to_type(die, result, where_offset);
12923 where_offset)))
12928 where_offset));
12999 where_offset));
13033 rdr.associate_die_to_decl(&child, dm, where_offset,
13042 where_offset);
13044 rdr.associate_die_to_decl(&child, f, where_offset,
13076 where_offset);
13114 /// @param where_offset the offset of the DIE where we are "logically"
13129 size_t where_offset,
13187 rdr.associate_die_to_type(die, result, where_offset);
13231 rdr.associate_die_to_type(die, result, where_offset);
13276 where_offset));
13300 rdr.associate_die_to_decl(&child, dm, where_offset,
13310 where_offset));
13319 rdr.associate_die_to_decl(&child, f, where_offset,
13327 where_offset));
13359 /// @param where_offset the offset of the DIE where we are "logically"
13369 size_t where_offset)
13393 where_offset));
13402 rdr.associate_die_to_type(die, result, where_offset);
13422 rdr.associate_die_to_type(die, result, where_offset);
13575 /// @param where_offset the offset of the DIE where we are "logically"
13585 size_t where_offset)
13609 where_offset);
13641 rdr.associate_die_to_type(die, result, where_offset);
13656 /// @param where_offset the offset of the DIE where we are "logically"
13666 size_t where_offset)
13685 where_offset);
13720 rdr.associate_die_to_type(die, result, where_offset);
13734 /// @param where_offset the offset of the DIE where we are "logically"
13744 size_t where_offset)
13779 rdr.associate_die_to_type(die, result, where_offset);
13796 rdr.associate_die_to_type(die, fn_type, where_offset);
13809 die_function_type_is_method_type(rdr, die, where_offset,
13829 where_offset));
13846 rdr.associate_die_to_type(die, result, where_offset);
13855 where_offset));
13884 where_offset));
13944 /// @param where_offset the offset of the DIE where we are "logically"
13963 size_t where_offset,
13987 where_offset));
14070 rdr.associate_die_to_type(die, result, where_offset);
14087 /// @param where_offset the offset of the DIE where we are "logically"
14095 size_t where_offset,
14116 where_offset);
14124 where_offset,
14144 /// @param where_offset the offset of the DIE where we are "logically"
14154 size_t where_offset)
14171 where_offset));
14189 build_subranges_from_array_type_die(rdr, die, subranges, where_offset);
14206 /// @param where_offset the offset of the DIE where we are "logically"
14216 size_t where_offset)
14249 where_offset));
14267 rdr.associate_die_to_type(die, result, where_offset);
14284 /// @param where_offset the offset of the DIE where we are "logically"
14304 size_t where_offset,
14319 var = build_var_decl(rdr, die, where_offset, result);
14329 /// @param where_offset the offset of the DIE where we are "logically"
14344 size_t where_offset,
14363 where_offset));
14515 /// @param where_offset the offset of the DIE where we are "logically"
14535 size_t where_offset,
14566 fn = maybe_finish_function_decl_reading(rdr, fn_die, where_offset, fn);
14568 rdr.associate_die_to_type(fn_die, fn->get_type(), where_offset);
14591 fn = build_function_decl(rdr, fn_die, where_offset, result);
14742 /// @param where_offset the offset of the DIE where we are "logically"
14753 size_t where_offset)
14802 rdr.associate_die_to_type(type_die, klass, where_offset);
14869 /// @param where_offset the offset of the DIE where we are "logically"
14879 size_t where_offset,
14899 is_class_or_union_type(get_scope_for_die(rdr, die, true, where_offset));
14921 where_offset));
14962 rdr.associate_die_to_type(die, result->get_type(), where_offset);
15107 /// @param where_offset the offset of the DIE where we are "logically"
15125 size_t where_offset,
15173 if (type_decl_sptr t = build_type_decl(rdr, die, where_offset))
15189 where_offset);
15205 where_offset);
15222 where_offset);
15228 rdr.associate_die_to_type(die, r, where_offset);
15241 where_offset);
15255 rdr.associate_die_to_type(die, ty, where_offset);
15276 result = get_opaque_version_of_type(rdr, scope, die, where_offset);
15282 where_offset,
15309 result = get_opaque_version_of_type(rdr, scope, die, where_offset);
15322 where_offset);
15328 where_offset,
15341 where_offset,
15350 where_offset,
15368 where_offset,
15384 where_offset);
15398 where_offset);
15403 rdr.associate_die_to_type(die, a, where_offset);
15414 build_subrange_type(rdr, die, where_offset);
15419 rdr.associate_die_to_type(die, s, where_offset);
15448 result = build_namespace_decl_and_add_to_ir(rdr, die, where_offset);
15468 where_offset);
15475 where_offset,
15484 m = build_var_decl(rdr, die, where_offset, m);
15488 rdr.associate_die_to_decl(die, m, where_offset,
15504 where_offset,
15550 where_offset);
15563 where_offset,
15588 die, where_offset,
15616 rdr.associate_die_to_decl(die, fn, where_offset,
15686 rdr.associate_die_to_decl(die, is_decl(result), where_offset,
15754 /// @param where_offset the offset of the DIE where we are "logically"
15764 size_t where_offset)
15774 where_offset,
15790 where_offset);
15793 where_offset,