Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h611 struct RelrSection : Section { struct
614 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection() argument
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp78 Expected<ELFYAML::RelrSection *> dumpRelrSection(const Elf_Shdr *Shdr);
1092 Expected<ELFYAML::RelrSection *>
1094 auto S = std::make_unique<ELFYAML::RelrSection>(); in dumpRelrSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1345 static void sectionMapping(IO &IO, ELFYAML::RelrSection &Section) { in sectionMapping()
1506 Section.reset(new ELFYAML::RelrSection()); in mapping()
1507 sectionMapping(IO, *cast<ELFYAML::RelrSection>(Section.get())); in mapping()
H A DELFEmitter.cpp243 const ELFYAML::RelrSection &Section,
820 } else if (auto S = dyn_cast<ELFYAML::RelrSection>(Sec)) { in initSectionHeaders()
1266 const ELFYAML::RelrSection &Section, in writeSectionContent()