Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h460 struct VerneedSection : Section { struct
464 VerneedSection() : Section(ChunkKind::Verneed) {} in VerneedSection() argument
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp265 const ELFYAML::VerneedSection &Section,
874 } else if (auto S = dyn_cast<ELFYAML::VerneedSection>(Sec)) { in initSectionHeaders()
1560 const ELFYAML::VerneedSection &Section, in writeSectionContent()
1890 if (auto VerNeed = dyn_cast<ELFYAML::VerneedSection>(Sec)) { in finalizeStrings()
H A DELFYAML.cpp1410 static void sectionMapping(IO &IO, ELFYAML::VerneedSection &Section) { in sectionMapping()
1623 Section.reset(new ELFYAML::VerneedSection()); in mapping()
1624 sectionMapping(IO, *cast<ELFYAML::VerneedSection>(Section.get())); in mapping()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp91 Expected<ELFYAML::VerneedSection *> dumpVerneedSection(const Elf_Shdr *Shdr);
1415 Expected<ELFYAML::VerneedSection *>
1417 auto S = std::make_unique<ELFYAML::VerneedSection>(); in dumpVerneedSection()