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()