Searched refs:HashSection (Results 1 – 4 of 4) sorted by relevance
388 struct HashSection : Section { struct401 HashSection() : Section(ChunkKind::Hash) {} in HashSection() argument
84 Expected<ELFYAML::HashSection *> dumpHashSection(const Elf_Shdr *Shdr);1204 Expected<ELFYAML::HashSection *>1206 auto S = std::make_unique<ELFYAML::HashSection>(); in dumpHashSection()
1292 static void sectionMapping(IO &IO, ELFYAML::HashSection &Section) { in sectionMapping()1521 Section.reset(new ELFYAML::HashSection()); in mapping()1522 sectionMapping(IO, *cast<ELFYAML::HashSection>(Section.get())); in mapping()
276 const ELFYAML::HashSection &Section,840 } else if (auto S = dyn_cast<ELFYAML::HashSection>(Sec)) { in initSectionHeaders()1450 const ELFYAML::HashSection &Section, in writeSectionContent()