Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h388 struct HashSection : Section { struct
401 HashSection() : Section(ChunkKind::Hash) {} in HashSection() argument
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp84 Expected<ELFYAML::HashSection *> dumpHashSection(const Elf_Shdr *Shdr);
1204 Expected<ELFYAML::HashSection *>
1206 auto S = std::make_unique<ELFYAML::HashSection>(); in dumpHashSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1292 static void sectionMapping(IO &IO, ELFYAML::HashSection &Section) { in sectionMapping()
1521 Section.reset(new ELFYAML::HashSection()); in mapping()
1522 sectionMapping(IO, *cast<ELFYAML::HashSection>(Section.get())); in mapping()
H A DELFEmitter.cpp276 const ELFYAML::HashSection &Section,
840 } else if (auto S = dyn_cast<ELFYAML::HashSection>(Sec)) { in initSectionHeaders()
1450 const ELFYAML::HashSection &Section, in writeSectionContent()