Lines Matching defs:FormValue
109 DWARFFormValue FormValue(Atom.second);
114 if ((!FormValue.isFormClass(DWARFFormValue::FC_Constant) &&
115 !FormValue.isFormClass(DWARFFormValue::FC_Flag)) ||
116 FormValue.getForm() == dwarf::DW_FORM_sdata)
132 DWARFFormValue FormValue(Atom.second);
133 FormValue.extractValue(AccelSection, HashDataOffset, FormParams);
136 DieOffset = *FormValue.getAsUnsignedConstant();
139 DieTag = (dwarf::Tag)*FormValue.getAsUnsignedConstant();
278 for (auto &FormValue : Values)
279 FormValue.extractValue(Table.AccelSection, Offset, Table.FormParams);
284 for (auto [Atom, FormValue] : zip_equal(Table.HdrData.Atoms, Values))
286 return FormValue;
705 ScopedPrinter &W, const DWARFFormValue &FormValue) const {
718 auto AbsoluteOffset = NameIdx->Offsets.EntriesBase + FormValue.getRawUValue();
730 auto FormValue = std::get<1>(Tuple);
732 dumpParentIdx(W, FormValue);
734 FormValue.dump(W.getOStream());