Searched refs:VerdefSection (Results 1 – 4 of 4) sorted by relevance
560 struct VerdefSection : Section { struct564 VerdefSection() : Section(ChunkKind::Verdef) {} in VerdefSection() argument
268 const ELFYAML::VerdefSection &Section,876 } else if (auto S = dyn_cast<ELFYAML::VerdefSection>(Sec)) { in initSectionHeaders()1514 const ELFYAML::VerdefSection &Section, in writeSectionContent()1898 } else if (auto VerDef = dyn_cast<ELFYAML::VerdefSection>(Sec)) { in finalizeStrings()
1399 static void sectionMapping(IO &IO, ELFYAML::VerdefSection &Section) { in sectionMapping()1613 Section.reset(new ELFYAML::VerdefSection()); in mapping()1614 sectionMapping(IO, *cast<ELFYAML::VerdefSection>(Section.get())); in mapping()
89 Expected<ELFYAML::VerdefSection *> dumpVerdefSection(const Elf_Shdr *Shdr);1338 Expected<ELFYAML::VerdefSection *>1340 auto S = std::make_unique<ELFYAML::VerdefSection>(); in dumpVerdefSection()