Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h504 struct DependentLibrariesSection : Section { struct
507 DependentLibrariesSection() : Section(ChunkKind::DependentLibraries) {} in DependentLibrariesSection() argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp1391 ELFYAML::DependentLibrariesSection &Section) { in sectionMapping()
1570 Section.reset(new ELFYAML::DependentLibrariesSection()); in mapping()
1572 *cast<ELFYAML::DependentLibrariesSection>(Section.get())); in mapping()
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()