Searched refs:RawContentSection (Results 1 – 3 of 3) sorted by relevance
249 const ELFYAML::RawContentSection &Section,673 if (YAMLSec && !isa<ELFYAML::RawContentSection>(YAMLSec)) in initImplicitHeader()840 if (auto RawSec = dyn_cast<ELFYAML::RawContentSection>(Sec)) { in initSectionHeaders()856 if (auto S = dyn_cast<ELFYAML::RawContentSection>(Sec)) { in initSectionHeaders()983 ELFYAML::RawContentSection *RawSec = in initSymtabSectionHeader()984 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initSymtabSectionHeader()1044 ELFYAML::RawContentSection *RawSec = in initStrtabSectionHeader()1045 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initStrtabSectionHeader()1104 ELFYAML::RawContentSection *RawSec = in initDWARFSectionHeader()1105 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initDWARFSectionHeader()[all …]
1373 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) { in sectionMapping()1698 Section = std::make_unique<ELFYAML::RawContentSection>(); in mapping()1701 if (auto S = dyn_cast<ELFYAML::RawContentSection>(Section.get())) in mapping()1754 if (const auto *RawSection = dyn_cast<ELFYAML::RawContentSection>(C.get())) { in validate()
376 struct RawContentSection : Section { struct379 RawContentSection() : Section(ChunkKind::RawContent) {} in RawContentSection() argument