• Home
  • Raw
  • Download

Lines Matching refs:DWARFFormValue

1322                             CompileUnit &U, const DWARFFormValue &Val,
1330 const DWARFFormValue &Val,
1340 const DWARFFormValue &Val, CompileUnit &Unit);
1346 const DWARFFormValue &Val, unsigned AttrSize);
1352 const DWARFFormValue &Val,
1361 const DWARFFormValue &Val, unsigned AttrSize,
1486 const DWARFFormValue &RefValue, const DWARFUnit &Unit, in resolveDIEReference()
1488 assert(RefValue.isFormClass(DWARFFormValue::FC_Reference)); in resolveDIEReference()
2068 DWARFFormValue::skipValue(Abbrev->getFormByIndex(i), Data, &Offset, &Unit); in getAttributeOffsets()
2071 DWARFFormValue::skipValue(Abbrev->getFormByIndex(Idx), Data, &End, &Unit); in getAttributeOffsets()
2149 DWARFFormValue HighPcValue; in shouldKeepSubprogramDIE()
2157 if (HighPcValue.isFormClass(DWARFFormValue::FC_Address)) { in shouldKeepSubprogramDIE()
2160 assert(HighPcValue.isFormClass(DWARFFormValue::FC_Constant)); in shouldKeepSubprogramDIE()
2227 DWARFFormValue Val(AttrSpec.Form); in keepDIEAndDependencies()
2229 if (!Val.isFormClass(DWARFFormValue::FC_Reference)) { in keepDIEAndDependencies()
2230 DWARFFormValue::skipValue(AttrSpec.Form, Data, &Offset, &Unit); in keepDIEAndDependencies()
2353 const DWARFFormValue &Val, in cloneStringAttribute()
2365 AttributeSpec AttrSpec, unsigned AttrSize, const DWARFFormValue &Val, in cloneDieReferenceAttribute()
2436 const DWARFFormValue &Val, in cloneBlockAttribute()
2478 DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneAddressAttribute()
2516 AttributeSpec AttrSpec, const DWARFFormValue &Val, unsigned AttrSize, in cloneScalarAttribute()
2560 const DWARFFormValue &Val, const AttributeSpec AttrSpec, unsigned AttrSize, in cloneAttribute()
2701 !DWARFFormValue(AttrSpec.Form).isFormClass(DWARFFormValue::FC_Block); in shouldSkipAttribute()
2790 DWARFFormValue::skipValue(AttrSpec.Form, Data, &Offset, &U); in cloneDIE()
2801 DWARFFormValue Val(AttrSpec.Form); in cloneDIE()