Lines Matching refs:form_value
382 DWARFFormValue form_value; in AddUnitDIE() local
383 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in AddUnitDIE()
384 SetAddrBase(form_value.Unsigned()); in AddUnitDIE()
391 DWARFFormValue form_value; in AddUnitDIE() local
392 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in AddUnitDIE()
398 SetLoclistsBase(form_value.Unsigned()); in AddUnitDIE()
401 SetRangesBase(form_value.Unsigned()); in AddUnitDIE()
404 SetStrOffsetsBase(form_value.Unsigned()); in AddUnitDIE()
407 SetBaseAddress(form_value.Address()); in AddUnitDIE()
412 SetBaseAddress(form_value.Address()); in AddUnitDIE()
415 m_line_table_offset = form_value.Unsigned(); in AddUnitDIE()
418 m_gnu_addr_base = form_value.Unsigned(); in AddUnitDIE()
421 m_gnu_ranges_base = form_value.Unsigned(); in AddUnitDIE()
424 m_dwo_id = form_value.Unsigned(); in AddUnitDIE()
678 DWARFFormValue form_value; in PeekDIEName() local
679 if (!die.GetAttributeValue(this, attr, form_value)) in PeekDIEName()
681 auto [unit, offset] = form_value.ReferencedUnitAndOffset(); in PeekDIEName()