Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h304 struct GnuHashSection : Section { struct
312 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection() function
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h363 struct GnuHashSection : Section { struct
369 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1066 static void sectionMapping(IO &IO, ELFYAML::GnuHashSection &Section) { in sectionMapping()
1236 Section.reset(new ELFYAML::GnuHashSection()); in mapping()
1237 sectionMapping(IO, *cast<ELFYAML::GnuHashSection>(Section.get())); in mapping()
1396 if (const auto *Sec = dyn_cast<ELFYAML::GnuHashSection>(C.get())) { in validate()
DELFEmitter.cpp205 const ELFYAML::GnuHashSection &Section,
491 } else if (auto S = dyn_cast<ELFYAML::GnuHashSection>(Sec)) { in initSectionHeaders()
1248 const ELFYAML::GnuHashSection &Section, in writeSectionContent()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp94 Expected<ELFYAML::GnuHashSection *> dumpGnuHashSection(const Elf_Shdr *Shdr);
1256 Expected<ELFYAML::GnuHashSection *>
1258 auto S = std::make_unique<ELFYAML::GnuHashSection>(); in dumpGnuHashSection()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp1190 static void sectionMapping(IO &IO, ELFYAML::GnuHashSection &Section) { in sectionMapping()
1376 Section.reset(new ELFYAML::GnuHashSection()); in mapping()
1377 sectionMapping(IO, *cast<ELFYAML::GnuHashSection>(Section.get())); in mapping()
DELFEmitter.cpp288 const ELFYAML::GnuHashSection &Section,
768 } else if (auto S = dyn_cast<ELFYAML::GnuHashSection>(Sec)) { in initSectionHeaders()
1694 const ELFYAML::GnuHashSection &Section, in writeSectionContent()