Searched refs:ARMIndexTableSection (Results 1 – 3 of 3) sorted by relevance
687 struct ARMIndexTableSection : Section { struct690 ARMIndexTableSection() : Section(ChunkKind::ARMIndexTable) {} in ARMIndexTableSection() function
276 const ELFYAML::ARMIndexTableSection &Section,865 } else if (auto S = dyn_cast<ELFYAML::ARMIndexTableSection>(Sec)) { in initSectionHeaders()1736 Elf_Shdr &SHeader, const ELFYAML::ARMIndexTableSection &Section, in writeSectionContent()
1560 static void sectionMapping(IO &IO, ELFYAML::ARMIndexTableSection &Section) { in sectionMapping()1645 Section.reset(new ELFYAML::ARMIndexTableSection()); in mapping()1646 sectionMapping(IO, *cast<ELFYAML::ARMIndexTableSection>(Section.get())); in mapping()