Home
last modified time | relevance | path

Searched refs:ARMIndexTableSection (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h643 struct ARMIndexTableSection : Section { struct
646 ARMIndexTableSection() : Section(ChunkKind::ARMIndexTable) {} in ARMIndexTableSection() argument
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp93 Expected<ELFYAML::ARMIndexTableSection *>
1525 Expected<ELFYAML::ARMIndexTableSection *>
1527 auto S = std::make_unique<ELFYAML::ARMIndexTableSection>(); in dumpARMIndexTableSection()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1479 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()
H A DELFEmitter.cpp271 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()