Searched refs:VerdefSection (Results 1 – 3 of 3) sorted by relevance
604 struct VerdefSection : Section { struct608 VerdefSection() : Section(ChunkKind::Verdef) {} in VerdefSection() argument
273 const ELFYAML::VerdefSection &Section,877 } else if (auto S = dyn_cast<ELFYAML::VerdefSection>(Sec)) { in initSectionHeaders()1642 const ELFYAML::VerdefSection &Section, in writeSectionContent()2049 } else if (auto VerDef = dyn_cast<ELFYAML::VerdefSection>(Sec)) { in finalizeStrings()
1480 static void sectionMapping(IO &IO, ELFYAML::VerdefSection &Section) { in sectionMapping()1695 Section.reset(new ELFYAML::VerdefSection()); in mapping()1696 sectionMapping(IO, *cast<ELFYAML::VerdefSection>(Section.get())); in mapping()