Searched refs:VerneedSection (Results 1 – 4 of 4) sorted by relevance
460 struct VerneedSection : Section { struct464 VerneedSection() : Section(ChunkKind::Verneed) {} in VerneedSection() argument
265 const ELFYAML::VerneedSection &Section,874 } else if (auto S = dyn_cast<ELFYAML::VerneedSection>(Sec)) { in initSectionHeaders()1560 const ELFYAML::VerneedSection &Section, in writeSectionContent()1890 if (auto VerNeed = dyn_cast<ELFYAML::VerneedSection>(Sec)) { in finalizeStrings()
1410 static void sectionMapping(IO &IO, ELFYAML::VerneedSection &Section) { in sectionMapping()1623 Section.reset(new ELFYAML::VerneedSection()); in mapping()1624 sectionMapping(IO, *cast<ELFYAML::VerneedSection>(Section.get())); in mapping()
91 Expected<ELFYAML::VerneedSection *> dumpVerneedSection(const Elf_Shdr *Shdr);1415 Expected<ELFYAML::VerneedSection *>1417 auto S = std::make_unique<ELFYAML::VerneedSection>(); in dumpVerneedSection()