Searched refs:AttAbbrev (Results 1 – 3 of 3) sorted by relevance
54 IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev) { in mapping() argument55 IO.mapRequired("Attribute", AttAbbrev.Attribute); in mapping()56 IO.mapRequired("Form", AttAbbrev.Form); in mapping()57 if(AttAbbrev.Form == dwarf::DW_FORM_implicit_const) in mapping()58 IO.mapRequired("Value", AttAbbrev.Value); in mapping()
43 virtual void onForm(AttributeAbbrev &AttAbbrev, FormValue &Value) {} in onForm() argument52 virtual void onForm(const AttributeAbbrev &AttAbbrev, in onForm() argument
191 static void mapping(IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev); in LLVM_YAML_IS_SEQUENCE_VECTOR()