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.h609 class RelrBaseSection : public SyntheticSection {
611 RelrBaseSection(unsigned concurrency, bool isAArch64Auth = false);
625 template <class ELFT> class RelrSection final : public RelrBaseSection {
1467 std::unique_ptr<RelrBaseSection> relrDyn;
1468 std::unique_ptr<RelrBaseSection> relrAuthDyn;
H A DSyntheticSections.cpp1742 RelrBaseSection::RelrBaseSection(unsigned concurrency, bool isAArch64Auth) in RelrBaseSection() function in RelrBaseSection
1751 void RelrBaseSection::mergeRels() { in mergeRels()
2017 : RelrBaseSection(concurrency, isAArch64Auth) { in RelrSection()