Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h445 struct GnuHashSection : Section { struct
451 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp297 const ELFYAML::GnuHashSection &Section,
890 } else if (auto S = dyn_cast<ELFYAML::GnuHashSection>(Sec)) { in initSectionHeaders()
1773 const ELFYAML::GnuHashSection &Section, in writeSectionContent()
H A DELFYAML.cpp1419 static void sectionMapping(IO &IO, ELFYAML::GnuHashSection &Section) { in sectionMapping()
1639 Section.reset(new ELFYAML::GnuHashSection()); in mapping()
1640 sectionMapping(IO, *cast<ELFYAML::GnuHashSection>(Section.get())); in mapping()