Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h429 struct GnuHashSection : Section { struct
435 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection() argument
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp88 Expected<ELFYAML::GnuHashSection *> dumpGnuHashSection(const Elf_Shdr *Shdr);
1287 Expected<ELFYAML::GnuHashSection *>
1289 auto S = std::make_unique<ELFYAML::GnuHashSection>(); in dumpGnuHashSection()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1388 static void sectionMapping(IO &IO, ELFYAML::GnuHashSection &Section) { in sectionMapping()
1608 Section.reset(new ELFYAML::GnuHashSection()); in mapping()
1609 sectionMapping(IO, *cast<ELFYAML::GnuHashSection>(Section.get())); in mapping()
H A DELFEmitter.cpp295 const ELFYAML::GnuHashSection &Section,
888 } else if (auto S = dyn_cast<ELFYAML::GnuHashSection>(Sec)) { in initSectionHeaders()
1717 const ELFYAML::GnuHashSection &Section, in writeSectionContent()