Lines Matching refs:form_value
309 DWARFFormValue form_value; in AddUnitDIE() local
310 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in AddUnitDIE()
311 addr_base = form_value.Unsigned(); in AddUnitDIE()
319 DWARFFormValue form_value; in AddUnitDIE() local
320 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in AddUnitDIE()
324 SetLoclistsBase(form_value.Unsigned()); in AddUnitDIE()
327 SetRangesBase(form_value.Unsigned()); in AddUnitDIE()
330 SetStrOffsetsBase(form_value.Unsigned()); in AddUnitDIE()
333 SetBaseAddress(form_value.Address()); in AddUnitDIE()
338 SetBaseAddress(form_value.Address()); in AddUnitDIE()
341 m_line_table_offset = form_value.Unsigned(); in AddUnitDIE()
344 gnu_addr_base = form_value.Unsigned(); in AddUnitDIE()
347 gnu_ranges_base = form_value.Unsigned(); in AddUnitDIE()
350 m_dwo_id = form_value.Unsigned(); in AddUnitDIE()