Searched refs:ARMIndexTableSection (Results 1 – 4 of 4) sorted by relevance
582 struct ARMIndexTableSection : Section { struct585 ARMIndexTableSection() : Section(ChunkKind::ARMIndexTable) {} in ARMIndexTableSection() argument
99 Expected<ELFYAML::ARMIndexTableSection *>1491 Expected<ELFYAML::ARMIndexTableSection *>1493 auto S = std::make_unique<ELFYAML::ARMIndexTableSection>(); in dumpARMIndexTableSection()
1273 static void sectionMapping(IO &IO, ELFYAML::ARMIndexTableSection &Section) { in sectionMapping()1332 Section.reset(new ELFYAML::ARMIndexTableSection()); in mapping()1333 sectionMapping(IO, *cast<ELFYAML::ARMIndexTableSection>(Section.get())); in mapping()
264 const ELFYAML::ARMIndexTableSection &Section,744 } else if (auto S = dyn_cast<ELFYAML::ARMIndexTableSection>(Sec)) { in initSectionHeaders()1571 Elf_Shdr &SHeader, const ELFYAML::ARMIndexTableSection &Section, in writeSectionContent()