Home
last modified time | relevance | path

Searched refs:RelrBaseSection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h615 class RelrBaseSection : public SyntheticSection {
617 RelrBaseSection(Ctx &, unsigned concurrency, bool isAArch64Auth = false);
631 template <class ELFT> class RelrSection final : public RelrBaseSection {
1522 std::unique_ptr<RelrBaseSection> relrDyn;
1523 std::unique_ptr<RelrBaseSection> relrAuthDyn;
H A DSyntheticSections.cpp1800 RelrBaseSection::RelrBaseSection(Ctx &ctx, unsigned concurrency, in RelrBaseSection() function in RelrBaseSection
1810 void RelrBaseSection::mergeRels() { in mergeRels()
2074 : RelrBaseSection(ctx, concurrency, isAArch64Auth) { in RelrSection()