Searched refs:HashSection (Results 1 – 3 of 3) sorted by relevance
407 struct HashSection : Section { struct420 HashSection() : Section(ChunkKind::Hash) {} in HashSection() argument
288 const ELFYAML::HashSection &Section,882 } else if (auto S = dyn_cast<ELFYAML::HashSection>(Sec)) { in initSectionHeaders()1548 const ELFYAML::HashSection &Section, in writeSectionContent()
1401 static void sectionMapping(IO &IO, ELFYAML::HashSection &Section) { in sectionMapping()1629 Section.reset(new ELFYAML::HashSection()); in mapping()1630 sectionMapping(IO, *cast<ELFYAML::HashSection>(Section.get())); in mapping()