Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h659 struct ARMIndexTableSection : Section { struct
662 ARMIndexTableSection() : Section(ChunkKind::ARMIndexTable) {} in ARMIndexTableSection() argument
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp273 const ELFYAML::ARMIndexTableSection &Section,
866 } else if (auto S = dyn_cast<ELFYAML::ARMIndexTableSection>(Sec)) { in initSectionHeaders()
1664 Elf_Shdr &SHeader, const ELFYAML::ARMIndexTableSection &Section, in writeSectionContent()
H A DELFYAML.cpp1510 static void sectionMapping(IO &IO, ELFYAML::ARMIndexTableSection &Section) { in sectionMapping()
1595 Section.reset(new ELFYAML::ARMIndexTableSection()); in mapping()
1596 sectionMapping(IO, *cast<ELFYAML::ARMIndexTableSection>(Section.get())); in mapping()