Lines Matching refs:function_die
5034 /// @param function_die the die of the function to consider.
5041 get_function_address(const Dwarf_Die* function_die, Dwarf_Addr& address) const
5043 if (!die_address_attribute(const_cast<Dwarf_Die*>(function_die),
5051 (const_cast<Dwarf_Die*>(function_die),
5798 Dwarf_Die *function_die,
12593 /// @param function_die the DIE of the function to consider.
12600 /// function of @p class_type, iff @p function_die is for a member
12604 Dwarf_Die* function_die,
12607 type_or_decl_base_sptr artifact = rdr.lookup_artifact_from_die(function_die);
12644 /// @param function_die the DIE of the potential member function to
12657 Dwarf_Die* function_die,
12663 is_function_for_die_a_member_of_class(rdr, function_die, class_type);
12666 method = is_method_decl(build_ir_node_from_die(rdr, function_die,
12673 finish_member_function_reading(function_die,
14433 /// @param function_die the DIE representing the function.
14438 /// @return true iff @p function_die is suppressed by at least one
14443 Dwarf_Die *function_die,
14446 if (function_die == 0
14447 || dwarf_tag(function_die) != DW_TAG_subprogram)
14450 string fname = die_string_attribute(function_die, DW_AT_name);
14451 string flinkage_name = die_linkage_name(function_die);
14452 if (flinkage_name.empty() && rdr.die_is_in_c(function_die))
14466 if (!rdr.get_function_address(function_die, fn_addr))