Searched refs:ARMIndexTableSection (Results 1 – 7 of 7) sorted by relevance
645 struct ARMIndexTableSection : Section { struct648 ARMIndexTableSection() : Section(ChunkKind::ARMIndexTable) {} in ARMIndexTableSection() function
659 struct ARMIndexTableSection : Section { struct662 ARMIndexTableSection() : Section(ChunkKind::ARMIndexTable) {} in ARMIndexTableSection() function
671 struct ARMIndexTableSection : Section { struct674 ARMIndexTableSection() : Section(ChunkKind::ARMIndexTable) {} in ARMIndexTableSection() function
671 struct ARMIndexTableSection : Section { struct674 ARMIndexTableSection() : Section(ChunkKind::ARMIndexTable) {} in ARMIndexTableSection() argument
1493 static void sectionMapping(IO &IO, ELFYAML::ARMIndexTableSection &Section) { in sectionMapping()1578 Section.reset(new ELFYAML::ARMIndexTableSection()); in mapping()1579 sectionMapping(IO, *cast<ELFYAML::ARMIndexTableSection>(Section.get())); in mapping()
272 const ELFYAML::ARMIndexTableSection &Section,865 } else if (auto S = dyn_cast<ELFYAML::ARMIndexTableSection>(Sec)) { in initSectionHeaders()1612 Elf_Shdr &SHeader, const ELFYAML::ARMIndexTableSection &Section, in writeSectionContent()