Searched refs:AttributeAbbrev (Results 1 – 2 of 2) sorted by relevance
31 struct AttributeAbbrev { struct41 std::vector<AttributeAbbrev> Attributes; argument274 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DWARFYAML::AttributeAbbrev)321 template <> struct MappingTraits<DWARFYAML::AttributeAbbrev> { in LLVM_YAML_IS_SEQUENCE_VECTOR()322 static void mapping(IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev); in LLVM_YAML_IS_SEQUENCE_VECTOR()
154 void MappingTraits<DWARFYAML::AttributeAbbrev>::mapping( in mapping()155 IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev) { in mapping()