Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.h598 class RelrBaseSection : public SyntheticSection {
600 RelrBaseSection(unsigned concurrency);
614 template <class ELFT> class RelrSection final : public RelrBaseSection {
1257 std::unique_ptr<RelrBaseSection> relrDyn;
H A DSyntheticSections.cpp1697 RelrBaseSection::RelrBaseSection(unsigned concurrency) in RelrBaseSection() function in RelrBaseSection
1703 void RelrBaseSection::mergeRels() { in mergeRels()
1969 : RelrBaseSection(concurrency) { in RelrSection()