Searched refs:SectionOrType (Results 1 – 3 of 3) sorted by relevance
150 struct SectionOrType { struct604 std::optional<std::vector<SectionOrType>> Members;783 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::SectionOrType) in LLVM_YAML_IS_SEQUENCE_VECTOR()1008 template <> struct MappingTraits<ELFYAML::SectionOrType> { in LLVM_YAML_IS_SEQUENCE_VECTOR()1009 static void mapping(IO &IO, ELFYAML::SectionOrType §ionOrType); in LLVM_YAML_IS_SEQUENCE_VECTOR()
1523 void MappingTraits<ELFYAML::SectionOrType>::mapping( in mapping()1524 IO &IO, ELFYAML::SectionOrType §ionOrType) { in mapping()
1402 for (const ELFYAML::SectionOrType &Member : *Section.Members) { in writeSectionContent()