Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1189 class MipsRldMapSection final : public SyntheticSection {
1191 MipsRldMapSection();
1500 std::unique_ptr<MipsRldMapSection> mipsRldMap;
H A DSyntheticSections.cpp3984 MipsRldMapSection::MipsRldMapSection() in MipsRldMapSection() function in MipsRldMapSection
4695 in.mipsRldMap = std::make_unique<MipsRldMapSection>(); in createSyntheticSections()