Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h506 struct DependentLibrariesSection : Section { struct
509 DependentLibrariesSection() : Section(ChunkKind::DependentLibraries) {} in DependentLibrariesSection() argument
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp74 Expected<ELFYAML::DependentLibrariesSection *>
1003 Expected<ELFYAML::DependentLibrariesSection *>
1005 auto DL = std::make_unique<ELFYAML::DependentLibrariesSection>(); in dumpDependentLibrariesSection()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1464 ELFYAML::DependentLibrariesSection &Section) { in sectionMapping()
1643 Section.reset(new ELFYAML::DependentLibrariesSection()); in mapping()
1645 *cast<ELFYAML::DependentLibrariesSection>(Section.get())); in mapping()
H A DELFEmitter.cpp301 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()