Searched refs:DependentLibrariesSection (Results 1 – 7 of 7) sorted by relevance
377 struct DependentLibrariesSection : Section { struct381 DependentLibrariesSection() : Section(ChunkKind::DependentLibraries) {} in DependentLibrariesSection() argument
440 struct DependentLibrariesSection : Section { struct443 DependentLibrariesSection() : Section(ChunkKind::DependentLibraries) {} in DependentLibrariesSection() argument
1141 ELFYAML::DependentLibrariesSection &Section) { in sectionMapping()1276 Section.reset(new ELFYAML::DependentLibrariesSection()); in mapping()1278 *cast<ELFYAML::DependentLibrariesSection>(Section.get())); in mapping()1425 if (const auto *Sec = dyn_cast<ELFYAML::DependentLibrariesSection>(C.get())) { in validate()
211 const ELFYAML::DependentLibrariesSection &Section,493 } else if (auto S = dyn_cast<ELFYAML::DependentLibrariesSection>(Sec)) { in initSectionHeaders()961 Elf_Shdr &SHeader, const ELFYAML::DependentLibrariesSection &Section, in writeSectionContent()
80 Expected<ELFYAML::DependentLibrariesSection *>962 Expected<ELFYAML::DependentLibrariesSection *>964 auto DL = std::make_unique<ELFYAML::DependentLibrariesSection>(); in dumpDependentLibrariesSection()
1258 ELFYAML::DependentLibrariesSection &Section) { in sectionMapping()1411 Section.reset(new ELFYAML::DependentLibrariesSection()); in mapping()1413 *cast<ELFYAML::DependentLibrariesSection>(Section.get())); in mapping()
294 const ELFYAML::DependentLibrariesSection &Section,770 } else if (auto S = dyn_cast<ELFYAML::DependentLibrariesSection>(Sec)) { in initSectionHeaders()1377 Elf_Shdr &SHeader, const ELFYAML::DependentLibrariesSection &Section, in writeSectionContent()