Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h926 class MipsRldMapSection : public SyntheticSection {
928 MipsRldMapSection();
1017 MipsRldMapSection *MipsRldMap;
H A DSyntheticSections.cpp3039 MipsRldMapSection::MipsRldMapSection() in MipsRldMapSection() function in MipsRldMapSection
H A DWriter.cpp322 In.MipsRldMap = make<MipsRldMapSection>(); in createSyntheticSections()