Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h604 struct VerdefSection : Section { struct
608 VerdefSection() : Section(ChunkKind::Verdef) {} in VerdefSection() argument
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp273 const ELFYAML::VerdefSection &Section,
877 } else if (auto S = dyn_cast<ELFYAML::VerdefSection>(Sec)) { in initSectionHeaders()
1642 const ELFYAML::VerdefSection &Section, in writeSectionContent()
2049 } else if (auto VerDef = dyn_cast<ELFYAML::VerdefSection>(Sec)) { in finalizeStrings()
H A DELFYAML.cpp1480 static void sectionMapping(IO &IO, ELFYAML::VerdefSection &Section) { in sectionMapping()
1695 Section.reset(new ELFYAML::VerdefSection()); in mapping()
1696 sectionMapping(IO, *cast<ELFYAML::VerdefSection>(Section.get())); in mapping()