Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h590 class RelrBaseSection : public SyntheticSection {
592 RelrBaseSection();
601 template <class ELFT> class RelrSection final : public RelrBaseSection {
1244 std::unique_ptr<RelrBaseSection> relrDyn;
H A DSyntheticSections.cpp1736 RelrBaseSection::RelrBaseSection() in RelrBaseSection() function in RelrBaseSection