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