dwarf_die.cc | 45 if (get_attrib(DW_AT_name, &die_attr)) {
51 if (get_attrib(DW_AT_abstract_origin, &die_attr) ||
52 get_attrib(DW_AT_specification, &die_attr)) {
62 if (get_attrib(DW_AT_type, &die_attr)) {
74 bool DIEObject::get_attrib(Dwarf_At at_id, DIEAttrib* attr) const {
function in class:DIEObject 134 if (get_attrib(DW_AT_ranges, &die_ranges)) {
153 if (!get_attrib(DW_AT_low_pc, &low_pc) ||
154 !get_attrib(DW_AT_high_pc, &high_pc) ||
|