Home | History | Annotate | Download | only in DWARF

Lines Matching refs:form_value

445                 DWARFFormValue form_value (header_data.atoms[i].form);
447 if (!form_value.ExtractValue(data, offset_ptr, NULL))
453 hash_data.offset = (dw_offset_t)form_value.Reference (header_data.die_base_offset);
457 hash_data.tag = (dw_tag_t)form_value.Unsigned ();
460 hash_data.type_flags = (uint32_t)form_value.Unsigned ();
464 hash_data.qualified_name_hash = form_value.Unsigned ();
484 DWARFFormValue form_value (header_data.atoms[i].form);