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.h534 struct DependentLibrariesSection : Section { struct
537 DependentLibrariesSection() : Section(ChunkKind::DependentLibraries) {} in DependentLibrariesSection() argument
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp309 const ELFYAML::DependentLibrariesSection &Section,
898 } else if (auto S = dyn_cast<ELFYAML::DependentLibrariesSection>(Sec)) { in initSectionHeaders()
1565 Elf_Shdr &SHeader, const ELFYAML::DependentLibrariesSection &Section, in writeSectionContent()
H A DELFYAML.cpp1513 ELFYAML::DependentLibrariesSection &Section) { in sectionMapping()
1693 Section.reset(new ELFYAML::DependentLibrariesSection()); in mapping()
1695 *cast<ELFYAML::DependentLibrariesSection>(Section.get())); in mapping()