Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h476 struct VerneedSection : Section { struct
480 VerneedSection() : Section(ChunkKind::Verneed) {} in VerneedSection() argument
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp267 const ELFYAML::VerneedSection &Section,
876 } else if (auto S = dyn_cast<ELFYAML::VerneedSection>(Sec)) { in initSectionHeaders()
1616 const ELFYAML::VerneedSection &Section, in writeSectionContent()
1946 if (auto VerNeed = dyn_cast<ELFYAML::VerneedSection>(Sec)) { in finalizeStrings()
H A DELFYAML.cpp1441 static void sectionMapping(IO &IO, ELFYAML::VerneedSection &Section) { in sectionMapping()
1654 Section.reset(new ELFYAML::VerneedSection()); in mapping()
1655 sectionMapping(IO, *cast<ELFYAML::VerneedSection>(Section.get())); in mapping()