Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h638 struct RelrSection : Section { struct
641 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection() argument
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h625 template <class ELFT> class RelrSection final : public RelrBaseSection {
629 RelrSection(unsigned concurrency, bool isAArch64Auth = false);
H A DSyntheticSections.cpp2016 RelrSection<ELFT>::RelrSection(unsigned concurrency, bool isAArch64Auth) in RelrSection() function in RelrSection
2021 template <class ELFT> bool RelrSection<ELFT>::updateAllocSize() { in updateAllocSize()
4787 part.relrDyn = std::make_unique<RelrSection<ELFT>>(threadCount); in createSyntheticSections()
4789 part.relrAuthDyn = std::make_unique<RelrSection<ELFT>>( in createSyntheticSections()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp261 const ELFYAML::RelrSection &Section,
868 } else if (auto S = dyn_cast<ELFYAML::RelrSection>(Sec)) { in initSectionHeaders()
1356 const ELFYAML::RelrSection &Section, in writeSectionContent()
H A DELFYAML.cpp1471 static void sectionMapping(IO &IO, ELFYAML::RelrSection &Section) { in sectionMapping()
1633 Section.reset(new ELFYAML::RelrSection()); in mapping()
1634 sectionMapping(IO, *cast<ELFYAML::RelrSection>(Section.get())); in mapping()