Searched refs:HashSection (Results 1 – 3 of 3) sorted by relevance
434 struct HashSection : Section { struct447 HashSection() : Section(ChunkKind::Hash) {} in HashSection() argument
291 const ELFYAML::HashSection &Section,881 } else if (auto S = dyn_cast<ELFYAML::HashSection>(Sec)) { in initSectionHeaders()1620 const ELFYAML::HashSection &Section, in writeSectionContent()
1451 static void sectionMapping(IO &IO, ELFYAML::HashSection &Section) { in sectionMapping()1680 Section.reset(new ELFYAML::HashSection()); in mapping()1681 sectionMapping(IO, *cast<ELFYAML::HashSection>(Section.get())); in mapping()