Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h600 class RelrBaseSection : public SyntheticSection {
602 RelrBaseSection(unsigned concurrency);
616 template <class ELFT> class RelrSection final : public RelrBaseSection {
1321 std::unique_ptr<RelrBaseSection> relrDyn;
H A DSyntheticSections.cpp1724 RelrBaseSection::RelrBaseSection(unsigned concurrency) in RelrBaseSection() function in RelrBaseSection
1730 void RelrBaseSection::mergeRels() { in mergeRels()
1996 : RelrBaseSection(concurrency) { in RelrSection()