Lines Matching refs:DWARFFormValue
72 static void dumpLocation(raw_ostream &OS, DWARFFormValue &FormValue, in dumpLocation()
77 if (FormValue.isFormClass(DWARFFormValue::FC_Block) || in dumpLocation()
78 FormValue.isFormClass(DWARFFormValue::FC_Exprloc)) { in dumpLocation()
87 if (FormValue.isFormClass(DWARFFormValue::FC_SectionOffset)) { in dumpLocation()
122 if (Optional<DWARFFormValue> L = C.find(DW_AT_lower_bound)) in dumpArrayType()
124 if (Optional<DWARFFormValue> CountV = C.find(DW_AT_count)) in dumpArrayType()
126 if (Optional<DWARFFormValue> UpperV = C.find(DW_AT_upper_bound)) in dumpArrayType()
128 if (Optional<DWARFFormValue> LV = in dumpArrayType()
247 DWARFFormValue FormValue = DWARFFormValue::createFromUnit(Form, U, OffsetPtr); in dumpAttribute()
287 DWARFFormValue::dumpAddress(OS, U->getAddressByteSize(), HighPC); in dumpAttribute()
321 DWARFFormValue FV = DWARFFormValue::createFromUValue( in dumpAttribute()
344 Optional<DWARFFormValue> DWARFDie::find(dwarf::Attribute Attr) const { in find()
353 Optional<DWARFFormValue>
367 Optional<DWARFFormValue>
403 if (Optional<DWARFFormValue> F = find(Attr)) in getAttributeValueAsReferencedDie()
409 DWARFDie::getAttributeValueAsReferencedDie(const DWARFFormValue &V) const { in getAttributeValueAsReferencedDie()
467 Optional<DWARFFormValue> Value = find(DW_AT_ranges); in getAddressRanges()
507 Optional<DWARFFormValue> Location = find(Attr); in getLocations()
730 AttrValue.Value = DWARFFormValue::createFromUnit( in updateForIndex()