Lines Matching refs:form_value
362 DWARFFormValue form_value; in AddUnitDIE() local
363 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in AddUnitDIE()
364 SetAddrBase(form_value.Unsigned()); in AddUnitDIE()
371 DWARFFormValue form_value; in AddUnitDIE() local
372 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in AddUnitDIE()
376 SetLoclistsBase(form_value.Unsigned()); in AddUnitDIE()
379 SetRangesBase(form_value.Unsigned()); in AddUnitDIE()
382 SetStrOffsetsBase(form_value.Unsigned()); in AddUnitDIE()
385 SetBaseAddress(form_value.Address()); in AddUnitDIE()
390 SetBaseAddress(form_value.Address()); in AddUnitDIE()
393 m_line_table_offset = form_value.Unsigned(); in AddUnitDIE()
396 m_gnu_addr_base = form_value.Unsigned(); in AddUnitDIE()
399 m_gnu_ranges_base = form_value.Unsigned(); in AddUnitDIE()
402 m_dwo_id = form_value.Unsigned(); in AddUnitDIE()