Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h504 struct DependentLibrariesSection : Section { struct
507 DependentLibrariesSection() : Section(ChunkKind::DependentLibraries) {} in DependentLibrariesSection() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1391 ELFYAML::DependentLibrariesSection &Section) { in sectionMapping()
1570 Section.reset(new ELFYAML::DependentLibrariesSection()); in mapping()
1572 *cast<ELFYAML::DependentLibrariesSection>(Section.get())); in mapping()
H A DELFEmitter.cpp301 const ELFYAML::DependentLibrariesSection &Section,
891 } else if (auto S = dyn_cast<ELFYAML::DependentLibrariesSection>(Sec)) { in initSectionHeaders()
1435 Elf_Shdr &SHeader, const ELFYAML::DependentLibrariesSection &Section, in writeSectionContent()