Searched defs:FormValue (Results 1 – 7 of 7) sorted by relevance
251 const DWARFFormValue &FormValue = in processOneAttribute() local261 auto GetFlag = [](const DWARFFormValue &FormValue) -> bool { in processOneAttribute()265 auto GetBoundValue = [](const DWARFFormValue &FormValue) -> int64_t { in processOneAttribute()454 DWARFUnit *U) -> Expected<DWARFAddressRangesVector> { in processOneAttribute()985 const DWARFFormValue &FormValue, in processLocationList()1066 const DWARFFormValue &FormValue, in processLocationMember()1081 const DWARFFormValue &FormValue) { in updateReference()
72 static void dumpLocationList(raw_ostream &OS, const DWARFFormValue &FormValue, in dumpLocationList()92 static void dumpLocationExpr(raw_ostream &OS, const DWARFFormValue &FormValue, in dumpLocationExpr()126 const DWARFFormValue &FormValue = AttrValue.Value; in dumpAttribute() local349 if (auto FormValue = find(DW_AT_high_pc)) { in getHighPC() local477 if (auto FormValue = findRecursively(DW_AT_decl_file)) in getDeclFile() local
199 DWARFFormValue FormValue(Spec.Form); in getAttributeValueFromOffset() local
109 DWARFFormValue FormValue(Atom.second); in validateForms() local132 DWARFFormValue FormValue(Atom.second); in readAtoms() local278 for (auto &FormValue : Values) in extract() local730 auto FormValue = std::get<1>(Tuple); in dump() local
104 DWARFFormValue FormValue(F); in createFromUnit() local
93 struct FormValue { struct101 std::vector<FormValue> Values; argument
228 IO &IO, DWARFYAML::FormValue &FormValue) { in mapping()