Searched refs:RawContentSection (Results 1 – 4 of 4) sorted by relevance
252 const ELFYAML::RawContentSection &Section,672 if (YAMLSec && !isa<ELFYAML::RawContentSection>(YAMLSec)) in initImplicitHeader()839 if (auto RawSec = dyn_cast<ELFYAML::RawContentSection>(Sec)) { in initSectionHeaders()855 if (auto S = dyn_cast<ELFYAML::RawContentSection>(Sec)) { in initSectionHeaders()982 ELFYAML::RawContentSection *RawSec = in initSymtabSectionHeader()983 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initSymtabSectionHeader()1043 ELFYAML::RawContentSection *RawSec = in initStrtabSectionHeader()1044 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initStrtabSectionHeader()1103 ELFYAML::RawContentSection *RawSec = in initDWARFSectionHeader()1104 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initDWARFSectionHeader()[all …]
1423 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) { in sectionMapping()1748 Section = std::make_unique<ELFYAML::RawContentSection>(); in mapping()1751 if (auto S = dyn_cast<ELFYAML::RawContentSection>(Section.get())) in mapping()1806 if (const auto *RawSection = dyn_cast<ELFYAML::RawContentSection>(C.get())) { in validate()
443 ELFYAML::RawContentSection ImageSection{}; in containerizeOpenMPSPIRVImage()451 std::make_unique<ELFYAML::RawContentSection>(std::move(ImageSection))); in containerizeOpenMPSPIRVImage()
403 struct RawContentSection : Section { struct406 RawContentSection() : Section(ChunkKind::RawContent) {} in RawContentSection() argument