Searched defs:FormValue (Results 1 – 7 of 7) sorted by relevance
72 static void dumpLocationList(raw_ostream &OS, const DWARFFormValue &FormValue, in dumpLocationList() argument 92 static void dumpLocationExpr(raw_ostream &OS, const DWARFFormValue &FormValue, in dumpLocationExpr() argument 126 const DWARFFormValue &FormValue in dumpAttribute() local 350 if (auto FormValue = find(DW_AT_high_pc)) { getHighPC() local 478 if (auto FormValue = findRecursively(DW_AT_decl_file)) getDeclFile() local [all...]
199 DWARFFormValue FormValue(Spec.Form); in getAttributeValueFromOffset() local
109 DWARFFormValue FormValue(Atom.second); in validateForms() local 132 DWARFFormValue FormValue(Atom.second); in readAtoms() local 278 for (auto &FormValue : Values) in extract() local [all...]
104 DWARFFormValue FormValue(F); in createFromUnit() local
93 struct FormValue { struct 101 std::vector<FormValue> Values; argument
199 mapping(IO & IO,DWARFYAML::FormValue & FormValue) mapping() argument