Searched refs:AttAbbrev (Results 1 – 2 of 2) sorted by relevance
128 IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev) { in mapping() argument129 IO.mapRequired("Attribute", AttAbbrev.Attribute); in mapping()130 IO.mapRequired("Form", AttAbbrev.Form); in mapping()131 if(AttAbbrev.Form == dwarf::DW_FORM_implicit_const) in mapping()132 IO.mapRequired("Value", AttAbbrev.Value); in mapping()
295 static void mapping(IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev); in LLVM_YAML_IS_SEQUENCE_VECTOR()