Searched refs:SectionOrType (Results 1 – 4 of 4) sorted by relevance
76 struct SectionOrType { struct105 std::vector<SectionOrType> Members;141 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::SectionOrType) in LLVM_YAML_IS_SEQUENCE_VECTOR()241 template <> struct MappingTraits<ELFYAML::SectionOrType> { in LLVM_YAML_IS_SEQUENCE_VECTOR()242 static void mapping(IO &IO, ELFYAML::SectionOrType §ionOrType); in LLVM_YAML_IS_SEQUENCE_VECTOR()
11 #ELF-GROUP: - SectionOrType: GRP_COMDAT12 #ELF-GROUP: - SectionOrType: .rodata.a
529 void MappingTraits<ELFYAML::SectionOrType>::mapping( in mapping()530 IO &IO, ELFYAML::SectionOrType §ionOrType) { in mapping()
305 ELFYAML::SectionOrType s; in dumpGroup()