Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h377 struct DependentLibrariesSection : Section { struct
381 DependentLibrariesSection() : Section(ChunkKind::DependentLibraries) {} in DependentLibrariesSection() argument
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h440 struct DependentLibrariesSection : Section { struct
443 DependentLibrariesSection() : Section(ChunkKind::DependentLibraries) {} in DependentLibrariesSection() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1141 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()
DELFEmitter.cpp211 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()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp80 Expected<ELFYAML::DependentLibrariesSection *>
962 Expected<ELFYAML::DependentLibrariesSection *>
964 auto DL = std::make_unique<ELFYAML::DependentLibrariesSection>(); in dumpDependentLibrariesSection()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp1258 ELFYAML::DependentLibrariesSection &Section) { in sectionMapping()
1411 Section.reset(new ELFYAML::DependentLibrariesSection()); in mapping()
1413 *cast<ELFYAML::DependentLibrariesSection>(Section.get())); in mapping()
DELFEmitter.cpp294 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()