Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h549 struct DependentLibrariesSection : Section { struct
552 DependentLibrariesSection() : Section(ChunkKind::DependentLibraries) {} in DependentLibrariesSection() function
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp306 const ELFYAML::DependentLibrariesSection &Section,
891 } else if (auto S = dyn_cast<ELFYAML::DependentLibrariesSection>(Sec)) { in initSectionHeaders()
1569 Elf_Shdr &SHeader, const ELFYAML::DependentLibrariesSection &Section, in writeSectionContent()
H A DELFYAML.cpp1545 ELFYAML::DependentLibrariesSection &Section) { in sectionMapping()
1725 Section.reset(new ELFYAML::DependentLibrariesSection()); in mapping()
1727 *cast<ELFYAML::DependentLibrariesSection>(Section.get())); in mapping()