Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h67 class MipsRldMapSection; variable
587 std::unique_ptr<MipsRldMapSection> mipsRldMap;
H A DSyntheticSections.h1205 class MipsRldMapSection final : public SyntheticSection {
1207 MipsRldMapSection(Ctx &);
H A DSyntheticSections.cpp4074 MipsRldMapSection::MipsRldMapSection(Ctx &ctx) in MipsRldMapSection() function in MipsRldMapSection
4766 ctx.in.mipsRldMap = std::make_unique<MipsRldMapSection>(ctx); in createSyntheticSections()