Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1051 class MipsRldMapSection final : public SyntheticSection {
1053 MipsRldMapSection();
1353 std::unique_ptr<MipsRldMapSection> mipsRldMap;
H A DSyntheticSections.cpp3372 MipsRldMapSection::MipsRldMapSection() in MipsRldMapSection() function in MipsRldMapSection
H A DWriter.cpp369 in.mipsRldMap = std::make_unique<MipsRldMapSection>(); in createSyntheticSections()