Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h1027 class MipsRldMapSection : public SyntheticSection {
1029 MipsRldMapSection();
1273 std::unique_ptr<MipsRldMapSection> mipsRldMap;
H A DSyntheticSections.cpp3368 MipsRldMapSection::MipsRldMapSection() in MipsRldMapSection() function in MipsRldMapSection
H A DWriter.cpp327 in.mipsRldMap = std::make_unique<MipsRldMapSection>(); in createSyntheticSections()