Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h610 struct RelrSection : Section { struct
613 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection() function
/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp1996 template <class ELFT> RelrSection<ELFT>::RelrSection() { in RelrSection() function in RelrSection
2000 template <class ELFT> bool RelrSection<ELFT>::updateAllocSize() { in updateAllocSize()
3958 template class elf::RelrSection<ELF32LE>; member in elf
3959 template class elf::RelrSection<ELF32BE>; member in elf
3960 template class elf::RelrSection<ELF64LE>; member in elf
3961 template class elf::RelrSection<ELF64BE>; member in elf
H A DSyntheticSections.h601 template <class ELFT> class RelrSection final : public RelrBaseSection {
605 RelrSection();
H A DWriter.cpp409 part.relrDyn = std::make_unique<RelrSection<ELFT>>(); in createSyntheticSections()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp80 Expected<ELFYAML::RelrSection *> dumpRelrSection(const Elf_Shdr *Shdr);
1134 Expected<ELFYAML::RelrSection *>
1136 auto S = std::make_unique<ELFYAML::RelrSection>(); in dumpRelrSection()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1422 static void sectionMapping(IO &IO, ELFYAML::RelrSection &Section) { in sectionMapping()
1583 Section.reset(new ELFYAML::RelrSection()); in mapping()
1584 sectionMapping(IO, *cast<ELFYAML::RelrSection>(Section.get())); in mapping()
H A DELFEmitter.cpp253 const ELFYAML::RelrSection &Section,
860 } else if (auto S = dyn_cast<ELFYAML::RelrSection>(Sec)) { in initSectionHeaders()
1306 const ELFYAML::RelrSection &Section, in writeSectionContent()