Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h558 struct VerdefSection : Section { struct
562 VerdefSection() : Section(ChunkKind::Verdef) {} in VerdefSection() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp268 const ELFYAML::VerdefSection &Section,
877 } else if (auto S = dyn_cast<ELFYAML::VerdefSection>(Sec)) { in initSectionHeaders()
1511 const ELFYAML::VerdefSection &Section, in writeSectionContent()
1898 } else if (auto VerDef = dyn_cast<ELFYAML::VerdefSection>(Sec)) { in finalizeStrings()
H A DELFYAML.cpp1326 static void sectionMapping(IO &IO, ELFYAML::VerdefSection &Section) { in sectionMapping()
1540 Section.reset(new ELFYAML::VerdefSection()); in mapping()
1541 sectionMapping(IO, *cast<ELFYAML::VerdefSection>(Section.get())); in mapping()