Searched refs:HashSection (Results 1 – 3 of 3) sorted by relevance
389 struct HashSection : Section { struct402 HashSection() : Section(ChunkKind::Hash) {} in HashSection() function
1296 static void sectionMapping(IO &IO, ELFYAML::HashSection &Section) { in sectionMapping()1525 Section.reset(new ELFYAML::HashSection()); in mapping()1526 sectionMapping(IO, *cast<ELFYAML::HashSection>(Section.get())); in mapping()
286 const ELFYAML::HashSection &Section,881 } else if (auto S = dyn_cast<ELFYAML::HashSection>(Sec)) { in initSectionHeaders()1486 const ELFYAML::HashSection &Section, in writeSectionContent()