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.h654 struct RelrSection : Section { struct
657 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection() argument
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h631 template <class ELFT> class RelrSection final : public RelrBaseSection {
635 RelrSection(Ctx &, unsigned concurrency, bool isAArch64Auth = false);
H A DSyntheticSections.cpp2072 RelrSection<ELFT>::RelrSection(Ctx &ctx, unsigned concurrency, in RelrSection() function in RelrSection
2078 template <class ELFT> bool RelrSection<ELFT>::updateAllocSize(Ctx &ctx) { in updateAllocSize()
4858 part.relrDyn = std::make_unique<RelrSection<ELFT>>(ctx, threadCount); in createSyntheticSections()
4860 part.relrAuthDyn = std::make_unique<RelrSection<ELFT>>( in createSyntheticSections()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp258 const ELFYAML::RelrSection &Section,
861 } else if (auto S = dyn_cast<ELFYAML::RelrSection>(Sec)) { in initSectionHeaders()
1349 const ELFYAML::RelrSection &Section, in writeSectionContent()
H A DELFYAML.cpp1503 static void sectionMapping(IO &IO, ELFYAML::RelrSection &Section) { in sectionMapping()
1665 Section.reset(new ELFYAML::RelrSection()); in mapping()
1666 sectionMapping(IO, *cast<ELFYAML::RelrSection>(Section.get())); in mapping()