Searched refs:ARMIndexTableSection (Results 1 – 4 of 4) sorted by relevance
643 struct ARMIndexTableSection : Section { struct646 ARMIndexTableSection() : Section(ChunkKind::ARMIndexTable) {} in ARMIndexTableSection() argument
93 Expected<ELFYAML::ARMIndexTableSection *>1525 Expected<ELFYAML::ARMIndexTableSection *>1527 auto S = std::make_unique<ELFYAML::ARMIndexTableSection>(); in dumpARMIndexTableSection()
1479 static void sectionMapping(IO &IO, ELFYAML::ARMIndexTableSection &Section) { in sectionMapping()1564 Section.reset(new ELFYAML::ARMIndexTableSection()); in mapping()1565 sectionMapping(IO, *cast<ELFYAML::ARMIndexTableSection>(Section.get())); in mapping()
271 const ELFYAML::ARMIndexTableSection &Section,864 } else if (auto S = dyn_cast<ELFYAML::ARMIndexTableSection>(Sec)) { in initSectionHeaders()1608 Elf_Shdr &SHeader, const ELFYAML::ARMIndexTableSection &Section, in writeSectionContent()