Lines Matching refs:DWARFFormValue

1118                           CompileUnit &U, const DWARFFormValue &Val,
1124 const DWARFFormValue &Val, const DWARFUnit &U);
1131 const DWARFFormValue &Val, CompileUnit &Unit);
1135 const DWARFFormValue &Val, unsigned AttrSize);
1139 const DWARFFormValue &Val,
1146 const DWARFFormValue &Val, unsigned AttrSize,
1191 resolveDIEReference(DWARFFormValue &RefValue, const DWARFUnit &Unit,
1246 DWARFFormValue &RefValue, const DWARFUnit &Unit, in resolveDIEReference()
1248 assert(RefValue.isFormClass(DWARFFormValue::FC_Reference)); in resolveDIEReference()
1503 DWARFFormValue::skipValue(Abbrev->getFormByIndex(i), Data, &Offset, &Unit); in getAttributeOffsets()
1506 DWARFFormValue::skipValue(Abbrev->getFormByIndex(Idx), Data, &End, &Unit); in getAttributeOffsets()
1581 DWARFFormValue HighPcValue; in shouldKeepSubprogramDIE()
1589 if (HighPcValue.isFormClass(DWARFFormValue::FC_Address)) { in shouldKeepSubprogramDIE()
1592 assert(HighPcValue.isFormClass(DWARFFormValue::FC_Constant)); in shouldKeepSubprogramDIE()
1656 DWARFFormValue Val(AttrSpec.Form); in keepDIEAndDenpendencies()
1658 if (!Val.isFormClass(DWARFFormValue::FC_Reference)) { in keepDIEAndDenpendencies()
1659 DWARFFormValue::skipValue(AttrSpec.Form, Data, &Offset, &Unit); in keepDIEAndDenpendencies()
1756 const DWARFFormValue &Val, in cloneStringAttribute()
1771 AttributeSpec AttrSpec, unsigned AttrSize, const DWARFFormValue &Val, in cloneDieReferenceAttribute()
1830 const DWARFFormValue &Val, in cloneBlockAttribute()
1867 const DWARFFormValue &Val, in cloneAddressAttribute()
1904 AttributeSpec AttrSpec, const DWARFFormValue &Val, unsigned AttrSize, in cloneScalarAttribute()
1947 const DWARFFormValue &Val, in cloneAttribute()
2130 DWARFFormValue Val(AttrSpec.Form); in cloneDIE()