Searched refs:RawContentSection (Results 1 – 4 of 4) sorted by relevance
42 ErrorOr<ELFYAML::RawContentSection *>128 ErrorOr<ELFYAML::RawContentSection *> S = dumpContentSection(&Sec); in dump()324 ErrorOr<ELFYAML::RawContentSection *>326 auto S = make_unique<ELFYAML::RawContentSection>(); in dumpContentSection()
106 struct RawContentSection : Section { struct109 RawContentSection() : Section(SectionKind::RawContent) {} in RawContentSection() argument
131 const ELFYAML::RawContentSection &Section,216 if (auto S = dyn_cast<ELFYAML::RawContentSection>(Sec.get())) in initSectionHeaders()343 const ELFYAML::RawContentSection &Section, in writeSectionContent()
684 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) { in sectionMapping()762 Section.reset(new ELFYAML::RawContentSection()); in mapping()763 sectionMapping(IO, *cast<ELFYAML::RawContentSection>(Section.get())); in mapping()769 const auto *RawSection = dyn_cast<ELFYAML::RawContentSection>(Section.get()); in validate()