Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h458 struct VerneedSection : Section { struct
462 VerneedSection() : Section(ChunkKind::Verneed) {} in VerneedSection() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp265 const ELFYAML::VerneedSection &Section,
875 } else if (auto S = dyn_cast<ELFYAML::VerneedSection>(Sec)) { in initSectionHeaders()
1557 const ELFYAML::VerneedSection &Section, in writeSectionContent()
1890 if (auto VerNeed = dyn_cast<ELFYAML::VerneedSection>(Sec)) { in finalizeStrings()
H A DELFYAML.cpp1337 static void sectionMapping(IO &IO, ELFYAML::VerneedSection &Section) { in sectionMapping()
1550 Section.reset(new ELFYAML::VerneedSection()); in mapping()
1551 sectionMapping(IO, *cast<ELFYAML::VerneedSection>(Section.get())); in mapping()