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