Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h540 struct SymverSection : Section { struct
543 SymverSection() : Section(ChunkKind::Symver) {} in SymverSection() argument
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp90 Expected<ELFYAML::SymverSection *> dumpSymverSection(const Elf_Shdr *Shdr);
1397 Expected<ELFYAML::SymverSection *>
1399 auto S = std::make_unique<ELFYAML::SymverSection>(); in dumpSymverSection()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1405 static void sectionMapping(IO &IO, ELFYAML::SymverSection &Section) { in sectionMapping()
1618 Section.reset(new ELFYAML::SymverSection()); in mapping()
1619 sectionMapping(IO, *cast<ELFYAML::SymverSection>(Section.get())); in mapping()
H A DELFEmitter.cpp262 const ELFYAML::SymverSection &Section,
872 } else if (auto S = dyn_cast<ELFYAML::SymverSection>(Sec)) { in initSectionHeaders()
1365 const ELFYAML::SymverSection &Section, in writeSectionContent()