Searched refs:DependentLibrariesSection (Results 1 – 3 of 3) sorted by relevance
522 struct DependentLibrariesSection : Section { struct525 DependentLibrariesSection() : Section(ChunkKind::DependentLibraries) {} in DependentLibrariesSection() argument
303 const ELFYAML::DependentLibrariesSection &Section,892 } else if (auto S = dyn_cast<ELFYAML::DependentLibrariesSection>(Sec)) { in initSectionHeaders()1497 Elf_Shdr &SHeader, const ELFYAML::DependentLibrariesSection &Section, in writeSectionContent()
1495 ELFYAML::DependentLibrariesSection &Section) { in sectionMapping()1674 Section.reset(new ELFYAML::DependentLibrariesSection()); in mapping()1676 *cast<ELFYAML::DependentLibrariesSection>(Section.get())); in mapping()