Lines Matching refs:RawContentSection
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()
1255 Elf_Shdr &SHeader, const ELFYAML::RawContentSection &Section, in writeSectionContent()