Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h582 struct ARMIndexTableSection : Section { struct
585 ARMIndexTableSection() : Section(ChunkKind::ARMIndexTable) {} in ARMIndexTableSection() argument
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp99 Expected<ELFYAML::ARMIndexTableSection *>
1491 Expected<ELFYAML::ARMIndexTableSection *>
1493 auto S = std::make_unique<ELFYAML::ARMIndexTableSection>(); in dumpARMIndexTableSection()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp1273 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()
DELFEmitter.cpp264 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()