Searched refs:SectionOrType (Results 1 – 3 of 3) sorted by relevance
149 struct SectionOrType { struct574 Optional<std::vector<SectionOrType>> Members;747 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::SectionOrType) in LLVM_YAML_IS_SEQUENCE_VECTOR()953 template <> struct MappingTraits<ELFYAML::SectionOrType> { in LLVM_YAML_IS_SEQUENCE_VECTOR()954 static void mapping(IO &IO, ELFYAML::SectionOrType §ionOrType); in LLVM_YAML_IS_SEQUENCE_VECTOR()
1401 void MappingTraits<ELFYAML::SectionOrType>::mapping( in mapping()1402 IO &IO, ELFYAML::SectionOrType §ionOrType) { in mapping()
1353 for (const ELFYAML::SectionOrType &Member : *Section.Members) { in writeSectionContent()