reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1122 sectionType = Section->Type; 1129 Section.reset(new ELFYAML::DynamicSection()); 1130 sectionMapping(IO, *cast<ELFYAML::DynamicSection>(Section.get())); 1135 Section.reset(new ELFYAML::RelocationSection()); 1136 sectionMapping(IO, *cast<ELFYAML::RelocationSection>(Section.get())); 1140 Section.reset(new ELFYAML::Group()); 1141 groupSectionMapping(IO, *cast<ELFYAML::Group>(Section.get())); 1145 Section.reset(new ELFYAML::NoBitsSection()); 1146 sectionMapping(IO, *cast<ELFYAML::NoBitsSection>(Section.get())); 1150 Section.reset(new ELFYAML::HashSection()); 1151 sectionMapping(IO, *cast<ELFYAML::HashSection>(Section.get())); 1155 Section.reset(new ELFYAML::NoteSection()); 1156 sectionMapping(IO, *cast<ELFYAML::NoteSection>(Section.get())); 1160 Section.reset(new ELFYAML::MipsABIFlags()); 1161 sectionMapping(IO, *cast<ELFYAML::MipsABIFlags>(Section.get())); 1165 Section.reset(new ELFYAML::VerdefSection()); 1166 sectionMapping(IO, *cast<ELFYAML::VerdefSection>(Section.get())); 1170 Section.reset(new ELFYAML::SymverSection()); 1171 sectionMapping(IO, *cast<ELFYAML::SymverSection>(Section.get())); 1175 Section.reset(new ELFYAML::VerneedSection()); 1176 sectionMapping(IO, *cast<ELFYAML::VerneedSection>(Section.get())); 1180 Section.reset(new ELFYAML::SymtabShndxSection()); 1181 sectionMapping(IO, *cast<ELFYAML::SymtabShndxSection>(Section.get())); 1185 Section.reset(new ELFYAML::AddrsigSection()); 1186 sectionMapping(IO, *cast<ELFYAML::AddrsigSection>(Section.get())); 1195 Section = std::make_unique<ELFYAML::StackSizesSection>(); 1197 Section = std::make_unique<ELFYAML::RawContentSection>(); 1200 if (auto S = dyn_cast<ELFYAML::RawContentSection>(Section.get())) 1203 sectionMapping(IO, *cast<ELFYAML::StackSizesSection>(Section.get()));