Searched refs:AttributeAbbrev (Results 1 – 6 of 6) sorted by relevance
26 struct AttributeAbbrev;42 virtual void onForm(AttributeAbbrev &AttAbbrev, FormValue &Value) {} in onForm()51 virtual void onForm(const AttributeAbbrev &AttAbbrev, in onForm()
52 void MappingTraits<DWARFYAML::AttributeAbbrev>::mapping( in mapping()53 IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev) { in mapping()
47 struct AttributeAbbrev { struct57 std::vector<AttributeAbbrev> Attributes; argument164 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DWARFYAML::AttributeAbbrev)187 template <> struct MappingTraits<DWARFYAML::AttributeAbbrev> { in LLVM_YAML_IS_SEQUENCE_VECTOR()188 static void mapping(IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev); in LLVM_YAML_IS_SEQUENCE_VECTOR()
30 struct AttributeAbbrev { struct40 std::vector<AttributeAbbrev> Attributes; argument250 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DWARFYAML::AttributeAbbrev)294 template <> struct MappingTraits<DWARFYAML::AttributeAbbrev> { in LLVM_YAML_IS_SEQUENCE_VECTOR()295 static void mapping(IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev); in LLVM_YAML_IS_SEQUENCE_VECTOR()
127 void MappingTraits<DWARFYAML::AttributeAbbrev>::mapping( in mapping()128 IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev) { in mapping()
37 DWARFYAML::AttributeAbbrev AttAbrv; in dumpDebugAbbrev()