Searched refs:HashSection (Results 1 – 3 of 3) sorted by relevance
419 struct HashSection : Section { struct432 HashSection() : Section(ChunkKind::Hash) {} in HashSection() argument
294 const ELFYAML::HashSection &Section,888 } else if (auto S = dyn_cast<ELFYAML::HashSection>(Sec)) { in initSectionHeaders()1616 const ELFYAML::HashSection &Section, in writeSectionContent()
1419 static void sectionMapping(IO &IO, ELFYAML::HashSection &Section) { in sectionMapping()1648 Section.reset(new ELFYAML::HashSection()); in mapping()1649 sectionMapping(IO, *cast<ELFYAML::HashSection>(Section.get())); in mapping()