Searched refs:SectionOrType (Results 1 – 3 of 3) sorted by relevance
150 struct SectionOrType { struct620 std::optional<std::vector<SectionOrType>> Members;799 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::SectionOrType) in LLVM_YAML_IS_SEQUENCE_VECTOR()1024 template <> struct MappingTraits<ELFYAML::SectionOrType> { in LLVM_YAML_IS_SEQUENCE_VECTOR()1025 static void mapping(IO &IO, ELFYAML::SectionOrType §ionOrType); in LLVM_YAML_IS_SEQUENCE_VECTOR()
1555 void MappingTraits<ELFYAML::SectionOrType>::mapping( in mapping()1556 IO &IO, ELFYAML::SectionOrType §ionOrType) { in mapping()
1395 for (const ELFYAML::SectionOrType &Member : *Section.Members) { in writeSectionContent()