Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1036 class MipsRldMapSection : public SyntheticSection {
1038 MipsRldMapSection();
1255 MipsRldMapSection *mipsRldMap;
H A DSyntheticSections.cpp3381 MipsRldMapSection::MipsRldMapSection() in MipsRldMapSection() function in MipsRldMapSection
H A DWriter.cpp387 in.mipsRldMap = make<MipsRldMapSection>(); in createSyntheticSections()