Lines Matching refs:RawContentSection
240 const ELFYAML::RawContentSection &Section,
604 if (YAMLSec && !isa<ELFYAML::RawContentSection>(YAMLSec)) in initImplicitHeader()
716 if (auto RawSec = dyn_cast<ELFYAML::RawContentSection>(Sec)) { in initSectionHeaders()
734 if (auto S = dyn_cast<ELFYAML::RawContentSection>(Sec)) { in initSectionHeaders()
861 ELFYAML::RawContentSection *RawSec = in initSymtabSectionHeader()
862 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initSymtabSectionHeader()
947 ELFYAML::RawContentSection *RawSec = in initStrtabSectionHeader()
948 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initStrtabSectionHeader()
1011 ELFYAML::RawContentSection *RawSec = in initDWARFSectionHeader()
1012 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initDWARFSectionHeader()
1170 Elf_Shdr &SHeader, const ELFYAML::RawContentSection &Section, in writeSectionContent()