Searched refs:AttAbbrev (Results 1 – 2 of 2) sorted by relevance
155 IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev) { in mapping() argument156 IO.mapRequired("Attribute", AttAbbrev.Attribute); in mapping()157 IO.mapRequired("Form", AttAbbrev.Form); in mapping()158 if(AttAbbrev.Form == dwarf::DW_FORM_implicit_const) in mapping()159 IO.mapRequired("Value", AttAbbrev.Value); in mapping()
322 static void mapping(IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev); in LLVM_YAML_IS_SEQUENCE_VECTOR()