Lines Matching refs:RawContentSection
247 const ELFYAML::RawContentSection &Section,
671 if (YAMLSec && !isa<ELFYAML::RawContentSection>(YAMLSec)) in initImplicitHeader()
838 if (auto RawSec = dyn_cast<ELFYAML::RawContentSection>(Sec)) { in initSectionHeaders()
854 if (auto S = dyn_cast<ELFYAML::RawContentSection>(Sec)) { in initSectionHeaders()
981 ELFYAML::RawContentSection *RawSec = in initSymtabSectionHeader()
982 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initSymtabSectionHeader()
1042 ELFYAML::RawContentSection *RawSec = in initStrtabSectionHeader()
1043 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initStrtabSectionHeader()
1102 ELFYAML::RawContentSection *RawSec = in initDWARFSectionHeader()
1103 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initDWARFSectionHeader()
1253 Elf_Shdr &SHeader, const ELFYAML::RawContentSection &Section, in writeSectionContent()