Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h626 struct RelrSection : Section { struct
629 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection() argument
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1995 RelrSection<ELFT>::RelrSection(unsigned concurrency) in RelrSection() function in RelrSection
2000 template <class ELFT> bool RelrSection<ELFT>::updateAllocSize() { in updateAllocSize()
4040 template class elf::RelrSection<ELF32LE>; member in elf
4041 template class elf::RelrSection<ELF32BE>; member in elf
4042 template class elf::RelrSection<ELF64LE>; member in elf
4043 template class elf::RelrSection<ELF64BE>; member in elf
H A DSyntheticSections.h616 template <class ELFT> class RelrSection final : public RelrBaseSection {
620 RelrSection(unsigned concurrency);
H A DWriter.cpp456 part.relrDyn = std::make_unique<RelrSection<ELFT>>(threadCount); in createSyntheticSections()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp255 const ELFYAML::RelrSection &Section,
862 } else if (auto S = dyn_cast<ELFYAML::RelrSection>(Sec)) { in initSectionHeaders()
1308 const ELFYAML::RelrSection &Section, in writeSectionContent()
H A DELFYAML.cpp1453 static void sectionMapping(IO &IO, ELFYAML::RelrSection &Section) { in sectionMapping()
1614 Section.reset(new ELFYAML::RelrSection()); in mapping()
1615 sectionMapping(IO, *cast<ELFYAML::RelrSection>(Section.get())); in mapping()