Searched refs:DependentLibrariesSection (Results 1 – 4 of 4) sorted by relevance
506 struct DependentLibrariesSection : Section { struct509 DependentLibrariesSection() : Section(ChunkKind::DependentLibraries) {} in DependentLibrariesSection() argument
74 Expected<ELFYAML::DependentLibrariesSection *>1003 Expected<ELFYAML::DependentLibrariesSection *>1005 auto DL = std::make_unique<ELFYAML::DependentLibrariesSection>(); in dumpDependentLibrariesSection()
1464 ELFYAML::DependentLibrariesSection &Section) { in sectionMapping()1643 Section.reset(new ELFYAML::DependentLibrariesSection()); in mapping()1645 *cast<ELFYAML::DependentLibrariesSection>(Section.get())); in mapping()
301 const ELFYAML::DependentLibrariesSection &Section,890 } else if (auto S = dyn_cast<ELFYAML::DependentLibrariesSection>(Sec)) { in initSectionHeaders()1441 Elf_Shdr &SHeader, const ELFYAML::DependentLibrariesSection &Section, in writeSectionContent()