Searched refs:VerneedSection (Results 1 – 3 of 3) sorted by relevance
503 struct VerneedSection : Section { struct507 VerneedSection() : Section(ChunkKind::Verneed) {} in VerneedSection() argument
270 const ELFYAML::VerneedSection &Section,875 } else if (auto S = dyn_cast<ELFYAML::VerneedSection>(Sec)) { in initSectionHeaders()1688 const ELFYAML::VerneedSection &Section, in writeSectionContent()2041 if (auto VerNeed = dyn_cast<ELFYAML::VerneedSection>(Sec)) { in finalizeStrings()
1491 static void sectionMapping(IO &IO, ELFYAML::VerneedSection &Section) { in sectionMapping()1705 Section.reset(new ELFYAML::VerneedSection()); in mapping()1706 sectionMapping(IO, *cast<ELFYAML::VerneedSection>(Section.get())); in mapping()