Searched refs:VerneedSection (Results 1 – 3 of 3) sorted by relevance
488 struct VerneedSection : Section { struct492 VerneedSection() : Section(ChunkKind::Verneed) {} in VerneedSection() argument
273 const ELFYAML::VerneedSection &Section,882 } else if (auto S = dyn_cast<ELFYAML::VerneedSection>(Sec)) { in initSectionHeaders()1684 const ELFYAML::VerneedSection &Section, in writeSectionContent()2014 if (auto VerNeed = dyn_cast<ELFYAML::VerneedSection>(Sec)) { in finalizeStrings()
1459 static void sectionMapping(IO &IO, ELFYAML::VerneedSection &Section) { in sectionMapping()1673 Section.reset(new ELFYAML::VerneedSection()); in mapping()1674 sectionMapping(IO, *cast<ELFYAML::VerneedSection>(Section.get())); in mapping()