Searched refs:SectionOrType (Results 1 – 3 of 3) sorted by relevance
150 struct SectionOrType { struct592 std::optional<std::vector<SectionOrType>> Members;770 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::SectionOrType) in LLVM_YAML_IS_SEQUENCE_VECTOR()991 template <> struct MappingTraits<ELFYAML::SectionOrType> { in LLVM_YAML_IS_SEQUENCE_VECTOR()992 static void mapping(IO &IO, ELFYAML::SectionOrType §ionOrType); in LLVM_YAML_IS_SEQUENCE_VECTOR()
1505 void MappingTraits<ELFYAML::SectionOrType>::mapping( in mapping()1506 IO &IO, ELFYAML::SectionOrType §ionOrType) { in mapping()
1354 for (const ELFYAML::SectionOrType &Member : *Section.Members) { in writeSectionContent()