Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h391 struct HashSection : Section { struct
404 HashSection() : Section(ChunkKind::Hash) {} in HashSection() argument
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp86 Expected<ELFYAML::HashSection *> dumpHashSection(const Elf_Shdr *Shdr);
1246 Expected<ELFYAML::HashSection *>
1248 auto S = std::make_unique<ELFYAML::HashSection>(); in dumpHashSection()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1370 static void sectionMapping(IO &IO, ELFYAML::HashSection &Section) { in sectionMapping()
1598 Section.reset(new ELFYAML::HashSection()); in mapping()
1599 sectionMapping(IO, *cast<ELFYAML::HashSection>(Section.get())); in mapping()
H A DELFEmitter.cpp286 const ELFYAML::HashSection &Section,
880 } else if (auto S = dyn_cast<ELFYAML::HashSection>(Sec)) { in initSectionHeaders()
1492 const ELFYAML::HashSection &Section, in writeSectionContent()