Lines Matching refs:DWARFFormValue
1320 CompileUnit &U, const DWARFFormValue &Val,
1328 const DWARFFormValue &Val,
1338 const DWARFFormValue &Val, CompileUnit &Unit);
1344 const DWARFFormValue &Val, unsigned AttrSize);
1350 const DWARFFormValue &Val,
1359 const DWARFFormValue &Val, unsigned AttrSize,
1481 const DWARFFormValue &RefValue, const DWARFUnit &Unit, in resolveDIEReference()
1483 assert(RefValue.isFormClass(DWARFFormValue::FC_Reference)); in resolveDIEReference()
2011 DWARFFormValue::skipValue(Abbrev->getFormByIndex(i), Data, &Offset, &Unit); in getAttributeOffsets()
2014 DWARFFormValue::skipValue(Abbrev->getFormByIndex(Idx), Data, &End, &Unit); in getAttributeOffsets()
2092 DWARFFormValue HighPcValue; in shouldKeepSubprogramDIE()
2100 if (HighPcValue.isFormClass(DWARFFormValue::FC_Address)) { in shouldKeepSubprogramDIE()
2103 assert(HighPcValue.isFormClass(DWARFFormValue::FC_Constant)); in shouldKeepSubprogramDIE()
2170 DWARFFormValue Val(AttrSpec.Form); in keepDIEAndDependencies()
2172 if (!Val.isFormClass(DWARFFormValue::FC_Reference)) { in keepDIEAndDependencies()
2173 DWARFFormValue::skipValue(AttrSpec.Form, Data, &Offset, &Unit); in keepDIEAndDependencies()
2296 const DWARFFormValue &Val, in cloneStringAttribute()
2308 AttributeSpec AttrSpec, unsigned AttrSize, const DWARFFormValue &Val, in cloneDieReferenceAttribute()
2379 const DWARFFormValue &Val, in cloneBlockAttribute()
2421 DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneAddressAttribute()
2459 AttributeSpec AttrSpec, const DWARFFormValue &Val, unsigned AttrSize, in cloneScalarAttribute()
2503 const DWARFFormValue &Val, const AttributeSpec AttrSpec, unsigned AttrSize, in cloneAttribute()
2644 !DWARFFormValue(AttrSpec.Form).isFormClass(DWARFFormValue::FC_Block); in shouldSkipAttribute()
2733 DWARFFormValue::skipValue(AttrSpec.Form, Data, &Offset, &U); in cloneDIE()
2744 DWARFFormValue Val(AttrSpec.Form); in cloneDIE()