Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h560 struct VerdefSection : Section { struct
564 VerdefSection() : Section(ChunkKind::Verdef) {} in VerdefSection() argument
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp268 const ELFYAML::VerdefSection &Section,
876 } else if (auto S = dyn_cast<ELFYAML::VerdefSection>(Sec)) { in initSectionHeaders()
1514 const ELFYAML::VerdefSection &Section, in writeSectionContent()
1898 } else if (auto VerDef = dyn_cast<ELFYAML::VerdefSection>(Sec)) { in finalizeStrings()
H A DELFYAML.cpp1399 static void sectionMapping(IO &IO, ELFYAML::VerdefSection &Section) { in sectionMapping()
1613 Section.reset(new ELFYAML::VerdefSection()); in mapping()
1614 sectionMapping(IO, *cast<ELFYAML::VerdefSection>(Section.get())); in mapping()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp89 Expected<ELFYAML::VerdefSection *> dumpVerdefSection(const Elf_Shdr *Shdr);
1338 Expected<ELFYAML::VerdefSection *>
1340 auto S = std::make_unique<ELFYAML::VerdefSection>(); in dumpVerdefSection()