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.h576 struct VerdefSection : Section { struct
580 VerdefSection() : Section(ChunkKind::Verdef) {} in VerdefSection() argument
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp270 const ELFYAML::VerdefSection &Section,
878 } else if (auto S = dyn_cast<ELFYAML::VerdefSection>(Sec)) { in initSectionHeaders()
1570 const ELFYAML::VerdefSection &Section, in writeSectionContent()
1954 } else if (auto VerDef = dyn_cast<ELFYAML::VerdefSection>(Sec)) { in finalizeStrings()
H A DELFYAML.cpp1430 static void sectionMapping(IO &IO, ELFYAML::VerdefSection &Section) { in sectionMapping()
1644 Section.reset(new ELFYAML::VerdefSection()); in mapping()
1645 sectionMapping(IO, *cast<ELFYAML::VerdefSection>(Section.get())); in mapping()