Searched refs:HashSection (Results 1 – 7 of 7) sorted by relevance
273 struct HashSection : Section { struct279 HashSection() : Section(ChunkKind::Hash) {} in HashSection() argument
325 struct HashSection : Section { struct338 HashSection() : Section(ChunkKind::Hash) {} in HashSection() argument
1050 static void sectionMapping(IO &IO, ELFYAML::HashSection &Section) { in sectionMapping()1226 Section.reset(new ELFYAML::HashSection()); in mapping()1227 sectionMapping(IO, *cast<ELFYAML::HashSection>(Section.get())); in mapping()1330 if (const auto *HS = dyn_cast<ELFYAML::HashSection>(C.get())) { in validate()
196 const ELFYAML::HashSection &Section,483 } else if (auto S = dyn_cast<ELFYAML::HashSection>(Sec)) { in initSectionHeaders()983 const ELFYAML::HashSection &Section, in writeSectionContent()
92 Expected<ELFYAML::HashSection *> dumpHashSection(const Elf_Shdr *Shdr);1215 Expected<ELFYAML::HashSection *>1217 auto S = std::make_unique<ELFYAML::HashSection>(); in dumpHashSection()
1171 static void sectionMapping(IO &IO, ELFYAML::HashSection &Section) { in sectionMapping()1366 Section.reset(new ELFYAML::HashSection()); in mapping()1367 sectionMapping(IO, *cast<ELFYAML::HashSection>(Section.get())); in mapping()
279 const ELFYAML::HashSection &Section,760 } else if (auto S = dyn_cast<ELFYAML::HashSection>(Sec)) { in initSectionHeaders()1443 const ELFYAML::HashSection &Section, in writeSectionContent()