Searched refs:RawContentSection (Results 1 – 4 of 4) sorted by relevance
41 ErrorOr<ELFYAML::RawContentSection *>100 ErrorOr<ELFYAML::RawContentSection *> S = dumpContentSection(&Sec); in dump()270 ErrorOr<ELFYAML::RawContentSection *>272 auto S = make_unique<ELFYAML::RawContentSection>(); in dumpContentSection()
93 struct RawContentSection : Section { struct96 RawContentSection() : Section(SectionKind::RawContent) {} in RawContentSection() argument
513 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) { in sectionMapping()556 Section.reset(new ELFYAML::RawContentSection()); in mapping()557 sectionMapping(IO, *cast<ELFYAML::RawContentSection>(Section.get())); in mapping()563 const auto *RawSection = dyn_cast<ELFYAML::RawContentSection>(Section.get()); in validate()
129 const ELFYAML::RawContentSection &Section,211 if (auto S = dyn_cast<ELFYAML::RawContentSection>(Sec.get())) in initSectionHeaders()324 const ELFYAML::RawContentSection &Section, in writeSectionContent()