Searched refs:RawContentSection (Results 1 – 3 of 3) sorted by relevance
255 const ELFYAML::RawContentSection &Section,679 if (YAMLSec && !isa<ELFYAML::RawContentSection>(YAMLSec)) in initImplicitHeader()846 if (auto RawSec = dyn_cast<ELFYAML::RawContentSection>(Sec)) { in initSectionHeaders()862 if (auto S = dyn_cast<ELFYAML::RawContentSection>(Sec)) { in initSectionHeaders()989 ELFYAML::RawContentSection *RawSec = in initSymtabSectionHeader()990 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initSymtabSectionHeader()1050 ELFYAML::RawContentSection *RawSec = in initStrtabSectionHeader()1051 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initStrtabSectionHeader()1110 ELFYAML::RawContentSection *RawSec = in initDWARFSectionHeader()1111 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initDWARFSectionHeader()[all …]
1391 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) { in sectionMapping()1716 Section = std::make_unique<ELFYAML::RawContentSection>(); in mapping()1719 if (auto S = dyn_cast<ELFYAML::RawContentSection>(Section.get())) in mapping()1772 if (const auto *RawSection = dyn_cast<ELFYAML::RawContentSection>(C.get())) { in validate()
388 struct RawContentSection : Section { struct391 RawContentSection() : Section(ChunkKind::RawContent) {} in RawContentSection() argument